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.

Integrating Wwise in Unity without the Wwise project

+1 vote

I need to integrate Wwise in a Unity project.
I don't want share the Wwise project itself because the sound design is done in one location and there's no reason to share the (big) Wwise project through the whole team, which is spread around the world.
I want to be able to build the game and target multiple mobile platforms but the build are done on Jenkins node in which I'd like not to install and maintain Wwise Authoring Software.

My understanding of the situation is that I should generate the soundbanks for all the target platforms in a target folder that I could add to the Unity project, and make a custom pre/post build process script to add the files to StreamingAssets.

That being said, the Wwise integration seems to work hand-in-hand with the Wwise project and it looks very inefficient to work without this link.

  • The Wwise Picker doesn't seem to work without it
  • So there's no intuitive way to load soundbanks like AkBankLoader does
  • etc.
Is there a standard way to work with the Generated Soundbank instead of the Wwise project?
 
asked Aug 7, 2018 in General Discussion by Antoine A. (110 points)
I've got the same question.

1 Answer

0 votes

Hey Antoine, 

Maybe this One Minute Wwise will be helpful to you? https://youtu.be/hyle0TKvYTE
That said, you can definitely have a different SoundBank folder, and then the Wwise Unity integration will just fetch the SoundBanks from that location when you build. 

And no the Wwise picker won't work if the Wwise project isn't available, cause that's where it gets the data from.

Hope this helps.

answered Aug 12, 2020 by Mads Maretty S. (Audiokinetic) (38,280 points)
...