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 Editor In MacOS Compile error

0 votes
Wwise Unity Integration Version Info:

Based on Wwise SDK: 2018.1.5 Build 6835

Unity Integration Bundle: 2018.1.5.1288

Unity Integration Version: 16

 

AkWindowsSettings.cs =>  UNITY_EDITOR_OSX

 

the may right code here:

 

public override void CopyTo(AkPlatformInitSettings settings)

{

#if (UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN || UNITY_WSA) && !UNITY_EDITOR_OSX

settings.eAudioAPI = (AkAudioAPI)m_AudioAPI;

settings.bGlobalFocus = m_GlobalFocus;

#endif

}
asked Feb 27, 2019 in General Discussion by JunQiang Z. (190 points)

Please sign-in or register to answer this question.

...