UnityPhysXPlugin icon indicating copy to clipboard operation
UnityPhysXPlugin copied to clipboard

Builds with IL2CPP scripting backend does not work

Open Deznom opened this issue 4 years ago • 0 comments

For PCS Samples build: NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code. The method we're attempting to marshal is: NVIDIA.PhysX.PxErrorCallback::SwigDirectorMethodreportError

Most likely related to https://github.com/swig/swig/issues/1165

Deznom avatar Jun 18 '21 09:06 Deznom