Il2CppInterop icon indicating copy to clipboard operation
Il2CppInterop copied to clipboard

A tool interoperate between CoreCLR and Il2Cpp at runtime

Results 33 Il2CppInterop issues
Sort by recently updated
recently updated
newest added

Right now the generator can produce the following method signature ```cs public unsafe void SendEvent(int param_1, SomeEnum param_2 = SomeEnum.All, bool param_3 = false, Il2CppReferenceArray param_4) ``` which is invalid...

bug

### Describe your proposal Generic types such as Dictionary, List and HashSet are very helpful in mod development. Now we have to use Dictionary, as it is most often found...

enhancement

Would it be possible to supply assemblies, say from a server build of the same project to provide missing types from the IL2CPP output?