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
in InitializeStore, they do not have a pointer-based constructor. That branches to the case where CreateGCHandle runs. However, when it runs, it finds the ptr to be IntPtr.Zero, and thus throws.
The text was updated successfully, but these errors were encountered:
On the native side, null nullables are genuinely null (reference type pointing at IntPtr.Zero). However, it appears that per the test here
Il2CppInterop/Il2CppInterop.Runtime/InteropTypes/Il2CppObjectBase.cs
Line 103 in aa36797
The text was updated successfully, but these errors were encountered: