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.

Unity Wwise integration and compilation times.

0 votes
Hi, we are using Wwise with unity 2017. As Unity will always recompile all code in the main assembly, and the Wwise folder is currently NOT inside the Plugins folder, Wwise integration costs us compilation time as we code. We work around this by moving specific folders into extra Plugins folders, so that it stays in the plugins assembly. But it would be much better if Wwise could do this by default. Thanks.
asked Nov 13, 2017 in Feature Requests by Damian C. (100 points)

1 Answer

0 votes
Hi Damian

I don't have an answer for you, sorry, but just like you, we noticed slower compilation after integrating Wwise into a project in Unity 5.6.3f1. What specific folders did you move into a plugins folder to help with this?

Cheers,
Simon
answered Jan 5, 2018 by Simon S. (260 points)
Currently I am using an assembly definition file inside the Wwise folder and another one inside inside Wwise/Editor checked for editor only. This makes wwise scripts a separate assembly like Plugins. But this is only available in unity 2017.x
...