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 integration upgrade with custom assemblies

0 votes
Our Unity Project relies on custom assemblies, so the Wwise scripts are on its own assembly (otherwise it can't be referenced), everything worked.

Now we ugraded our Unity version and wanted to upgrade the Wwise integration too, but we are getting errors, specifically compilation errors, so we cannot complete the upgrade.

Because apparently Wwise is recompiling the Unity project (and I don't see any reason why it should do that), and all our scripts are losing their references because the newly replaced Wwise scripts get added to the default assembly (which can't be referenced by custom assemblies).

So how are we supposed to upgrade?
asked Nov 9, 2022 in General Discussion by Xriuk (250 points)

Please sign-in or register to answer this question.

...