IL2CPP_Resolver icon indicating copy to clipboard operation
IL2CPP_Resolver copied to clipboard

A run-time API resolver for IL2CPP Unity.

Results 17 IL2CPP_Resolver issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/87487867/148702340-30609c79-906f-4843-8055-23dc945644e0.png) ``` `template struct il2cppDictionary : il2cppObject { void* buckets; void* entries; int32_t count; int32_t version; int32_t freeList; int32_t freeCount; void* comparer; void* keys; void* values; int32_t _syncRoot; };` ```...

documentation

Not sure if I would class it as a bug or not, but when running GetTransform on an object that doesn't have a Transform ( for example RectTransform ) game...

i don't known how to find the asm code in the android arm for the IL2CPP::Callback::Initialize

I am trying to add a light component to the camera which is stored in the player class stored in an obfuscated value ```cpp IL2CPP::Thread::Attach(IL2CPP::Domain::Get()); Unity::il2cppClass* unityEngineLightType = IL2CPP::Class::Find("UnityEngine.Light"); Unity::il2cppObject*...

### What is the game you are using with IL2CPP Resolver? Waven ### Details: Game simply close after calling m_pObject->GetName() . ### Screenshots/Video: _No response_ ### Minimal, Complete and Verifiable...

please make it for android:(

### What is the game you are using with IL2CPP Resolver? - ### Details: std::vector methods; component->FetchMethods(&methods); for (int k = 0; k < methods.size(); k++) { auto method =...

### What is the game you are using with IL2CPP Resolver? 706990 ### Details: I've Initialized IL2CPP through `IL2CPP::Initialize(true)` it were successful. For some reason `IL2CPP::Callback::Initialize()` crashes game, same with...

### What is the game you are using with IL2CPP Resolver? SCP:SL ### Details: I can't find/call methods inside the Camera class such as Camera.ScreenPointToRay(Vector3), Camera.ViewportPointToRay(Vector3) and I can't find...

### What is the game you are using with IL2CPP Resolver? Dofus 3 https://www.dofus.com/en/mmorpg/discover ### Details: I am making a bot for this game and I managed to call the...