hexstr/UnityFPSUnlocker

[FEATURE REQUEST] Change camera field of view

d3xMachina opened this issue · 3 comments

Would it be possible to implement a setting to change the camera FOV like here ?

This project is the only one that worked for me to change some unity games who have a lot of protections against dumping il2cpp. I've wanted to implement that myself but I don't know how you can get the instances and hook their funtion with xdl.

I've finally found how to do that using code from IL2CppAPI and incorporating it in this project. I will post a fork once I've finished the dev.

I also found a way to dump the il2cpp.so that work on emulator with Auto-IL2cppDumper.

hexstr commented

There are no plans to add other features.
And use il2cpp_resolve_icall to find unity api address is enouth.

Ok, no problem!