Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

WwiseUnity: The platform SoundBank subfolder within the Wwise project could not be found

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!

asked Mar 25, 2020 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?
answered Mar 25, 2020 by Mads Maretty S. (Audiokinetic) (38,280 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
Yes I do :/

This is how my GeneratedSoundbanks look: https://www.dropbox.com/s/sgyj4rjl07asnqv/WWise%20generated%20soundbanks.png?dl=0
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.
...