La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

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.
dans Feature Requests par Damian C. (100 points)

1 Réponse

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
par Simon S. (280 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
...