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.

How to troubleshoot "WwiseUnity: SoundBanks generation error" with no other info?

+1 vote
I'm trying to update the soundbank in my Unity project, but I'm getting "WwiseUnity: SoundBank generation error" with no other context—the console doesn't say anything after that. Clicking on the error just takes me to a "Debug.LogError(message)" line in AkUtilities.cs, which doesn't really tell me anything. Any idea where I should be looking?
asked Apr 10, 2018 in General Discussion by Joe M. (150 points)
i aslo have this problem,have you solved yet??

1 Answer

0 votes
Are you sure that the files/folder is not read only?

 

you need to have write access to both the spot in unity where the banks are generated, as well as inside the wwise project folder "generated soundbanks"
answered Apr 10, 2018 by Kaan (260 points)
Yes, I have write permission. The soundbanks generate successfully from wwise, but not from Unity. Still, the unity project is using the old soundbanks
...