hexstr / UnityFPSUnlocker

为unity-il2cpp提供在手机上设置FPS的模块
MIT License
356 stars 44 forks source link

[FEATURE REQUEST] Change camera field of view #62

Closed d3xMachina closed 7 months ago

d3xMachina commented 8 months ago

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 8 months ago

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 7 months ago

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

d3xMachina commented 7 months ago

Ok, no problem!