daveparoxe

Results 5 comments of daveparoxe

Additional information: It crash in **InspectorHelper.GenerateFieldOffsetInspectionFunction** at this line: **return (Func)method.CreateDelegate(typeof(Func));**

I was using the released version not the master source code version. I will report if I experience the same crash with the master

I experience the same crash with the latest version. It crash at: **TypeInspector.GenerateFieldOffsetInspectionFunction** return (Func)method.CreateDelegate(typeof(Func)); Log: * Assertion at ..\mono\mini\method-to-ir.c:13336, condition `ins->opcode >= MONO_CEE_LAST' not met

Seems related to this bug: https://github.com/mono/mono/issues/8543

I think it's because the value is a destroyed UnityEngine.Object. Unity fakes null for destroyed Object. That's why you can check if an object is destroyed by using "**obj ==...