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?