Forum rules - please read before posting.

Speech Audio (Now in StreamingAssets) Not Working in the Android Build

Hello all,

I recently implemented StreamingAssets for my speech audio to solve optimization issues and it did (the size of the game's speech audio files is very large so using the Resources folder was not ideal for scene loading at all).
Anyway, it all worked fine for the Windows build. However, when I ported the Android build, speech audio (now in StreamingAssets) wouldn't work anymore (all other sounds not under StreamingAssets worked fine). Any idea what's going on?

Comments

  • IIRC AssetBundles are a per-platform asset type. You'll need to rebuild your AssetBundles for each platform.

  • Ah it is that simple. Will do. Thank you Chris for your quick response!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.