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.

Wwise 2021.1.9 Unity AkBuildPreprocessor AddAdditionalPathToStreamingAssets Support

+1 vote
Hi,

We changed `AkBuildPreprocessor` to use `UnityEditor.Build.BuildPlayerProcessor`'s (new since 2021.2) `AddAdditionalPathToStreamingAssets` to get the sound banks into the build. This is much faster than copying it to the `Assets/StreamingAssets` folder as this triggers asset imports. We are seeing a big reduction in our build times and would like to share this improvement.

I can provide a diff file.

Cheers,

Wouter
asked Aug 26, 2022 in Feature Requests by Wouter v. (110 points)

Please sign-in or register to answer this question.

...