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.

+3 votes

I've noticed this error when importing the WwiseUnityIntegration_v2016.1.1_Windows.unitypackage:

Assets/Wwise/Editor/WwiseSetupWizard/AkWwisePostImportCallback.cs(106,30): error CS0117: `UnityEditor.BuildTarget' does not contain a definition for `StandaloneGLESEmu'

In the interest of posterity I'm include a diff file that addresses the issue

@@@ patch file: Assets/Wwise/Editor/WwiseSetupWizard/AkWwisePostImportCallback.cs
105a106
> #if !UNITY_5_4
106a108
> #endif

in General Discussion by Ramy D. (170 points)

Please sign-in or register to answer this question.

...