[FEATURE REQUEST] Change camera field of view
d3xMachina opened this issue · 3 comments
d3xMachina commented
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.
d3xMachina commented
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.
d3xMachina commented
Ok, no problem!