InjectFix icon indicating copy to clipboard operation
InjectFix copied to clipboard

NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code. The method we're attempting to marshal is: IFix.ILFixDynamicMethodWrapper::__Gen_Wrap_240

Open kledProgram opened this issue 3 years ago • 0 comments

新增的方法中加了 [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] 标签,运行时报错

kledProgram avatar Jul 25 '22 09:07 kledProgram