You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly this approach isn't working anymore with unity's il2cpp compiler.
So it seems like the only remaining option is unity's SendMessage, which is just a pain in the ass?
NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.
at UnityPlugin.Awake () [0x00000] in :0
The text was updated successfully, but these errors were encountered:
Sadly this approach isn't working anymore with unity's il2cpp compiler.
So it seems like the only remaining option is unity's SendMessage, which is just a pain in the ass?
The text was updated successfully, but these errors were encountered: