menu
 

Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+1 vote

Hello,

I'm using Wwise 2015.1.9 with Unity 5.6.3. I set up Wwise with Unity successfully.

I have sound in the Editor and when I build a windows version. However, impossible to get anything when I build for Android. We tested it with several android devices without success.

I do have my soundbanks copied in the streaming assets folder and I used the android - windows unity integration package (v2015.1.9_Android_Windows).

Is there something I am missing ?

Thank you very much,

Adrien.

in General Discussion by Adrien M. (150 points)

2 Answers

0 votes
I am having the same issue.  Is there any fix here?
by Kristina W. (490 points)
0 votes

The answer is that "the sound banks are not in the correct folder. They should be in Assets/StreamingAssets/Audio/GeneratedSoundBanks/ followed by a sub-folder with the name of whatever platform you are using." (quote from https://gamedev.stackexchange.com/questions/124782/unity-wwise-no-audio-in-my-game-build)

I got it to work by copying the Android soundbank folder directly into that path.

by Kristina W. (490 points)
I think it's not true, you should just make sure to add to wwise whatever valid path you want your files to be, otherwise it will try to get them from the path you're pointing above. I'm currently using playAssetDelivery and I can read files from within assetPacks using Wwise without any issue, and the files do not exist in the streamingAssets.
...