Hi!
I'm integrating FMOD for iOS and we found this error when it trys to do the Init() function, anyone who knows how to solve it?:
NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.
at FMOD.System.FMOD5_System_GetAdvancedSettings (System.IntPtr system, FMOD.ADVANCEDSETTINGS& settings) [0x00000] in <00000000000000000000000000000000>:0
at Microphone_Analizer.Init () [0x00000] in <00000000000000000000000000000000>:0
at Microphone_Analizer.Iniciar () [0x00000] in <00000000000000000000000000000000>:0
at Use_Mic_Button+d__19.MoveNext () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00000] in <00000000000000000000000000000000>:0
(Filename: currently not available on il2cpp Line: -1)
Thanks in advance
↧