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.

0 votes

I've bee struggling with this Unity error for a long time. I have generated sound banks in my Wwise project and in the streaming assets in Unity. Any ideas about what to look for?

Unity 2019.3.3 and Weise 20192.0

Thank you!

in General Discussion by Nikolaj d. (160 points)
We recently moved the Wwise project folder out of our Unity project's main repository. After making sure everything was set up, I tried removing the project folder to simulate what it will look and sound like for members of the team who won't have the Wwise project. Upon opening the Unity project, the same warning popped up.

https://i.imgur.com/zHNa2xg.png

To be clear, it wasn't there when Unity was able to find the Wwise project folder. This leads me to believe that it's looking in the project folder itself to find the folder it mentions, as opposed to in the GeneratedSoundBanks folder.

1 Answer

0 votes
Hey Nikolaj

Unfortunately I cannot see the image. Could you upload it again? or add a link to it?

In relation to SoundBanks subfolder not found, what's the path to your generated SoundBanks? Do you have platform specific folders in your "GeneratedSoundBanks" folder (like 'Windows', 'Mac', etc)? What about your Wwise Settings in Unity, how does that look? What about your User Settings in your SoundBank Layout, what's the paths in there?
by Mads Maretty S. (Audiokinetic) (40.2k points)
Hi Mads,

Here's a link to the image: https://www.dropbox.com/s/s0cnl76lnlewieo/Wwise%20errors%20TSR.png?dl=0

Yes I have both a Mac and Windows folder in the GeneratedSoundBanks folder in the Wwise project.

Here's how my Wwise settings look in Unity: https://www.dropbox.com/s/uwt4ief9kqgg6ks/Wwise%20Unity%20settings.png?dl=0

Here's how my user settings look like: https://www.dropbox.com/s/dh9y1jkkzzdr94n/Wwise%20user%20settings.png?dl=0

Thank you!
Hmm to me that should look just fine. Do you get the same problems when you generate from Wwise and Wwise Picker?

And just to make sure, does your SoundBank folder structure look like this:

GeneratedSoundBanks
> Mac
> Windows
> Wwise_IDs.h
Hmm... How about the SoundBank hierarchy in your Wwise project? Any special letters in folder names? Have you tried adding all SoundBanks to the parent work unit and then retry?
Right now we're just working with a main soundbank, so nothing special there: https://www.dropbox.com/s/kprgoyndajx0o55/Wwise%20Soundbanks%20.png?dl=0
Hmm... How are you loading the SoundBank?
Also, could you try to re-path the Unity project to your Wwise project and maybe copy the 'GeneratedSoundBanks' manually into the Streaming Assets folder?
Hi Mads,
How do I re-path the Unity project to the Wwise project?
Manually copying the folder GeneratedSoundBanks folder from the Wwise project didn't help...
In the Wwise Editor, click the ... and relocate your Wwise Project. That said, if all of this doesn't make a difference, let's go back to how the SoundBanks are loaded in the first place. I can't see that you're getting a load bank fail error, so can you explain a bit more on how you do that?
I'm simply just using the AkBank component to load the soundbank on Awake: https://www.dropbox.com/s/s9j899q1heh88zj/Wwise%20Soundbank%20load.png?dl=0
Hi! I am having the same issue. Was this ever solved?
I'm having this issue too, but only with WebGL build setting; if I build the game for PC, Mac & Linux Standalone it works just fine.
...