A run-time API resolver for IL2CPP Unity in External.
Currently rewriting for the code to make it more like the Internal version
#include "IL2CPP_Resolver_External/IL2CPP_Resolver.h"
void main()
{
IL2CPP::Initialize();
}
N/A
- This is still working-in-progress.
- C++ 17 or Greater.
- Windows only.
- Auto-Detect System Class and Game Class for component looping
- More Unity Version Support
- More Methods
- Fetch Method from Module by giving Method's Name
- VRChat[<= Unity 2019.4.31]
- VRChat[Unity 2022.3.6] (testing...)