Version
Wwise Unity Integration Documentation
|
When running in the Unity Editor, the SoundBanks are taken directly from the Wwise project's GeneratedSoundBanks folder. This helps in faster prototyping.
When packaging your game, Unity does not have a way to discriminate between assets that are built specifically for one platform or another. It packages all the SoundBanks located under …\UnityProjectName\Assets\StreamingAssets\Audio\GeneratedSoundBanks. Wwise, on the other hand, generates different SoundBanks for each platform in subfolders. To avoid packaging the SoundBanks for all platforms with your game, you should enable the automatic generation of SoundBanks or use a BuildPlayerPipeline script. Read more in this section: Build your Unity Game for a Target Platform.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise