This repository has been archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.3.0
Hook Manager
Created a "Hooks" panel for easily hooking any method for debugging purposes.
- Search for a class and select which methods you want to hook
- All metadata of the method invocation is logged whenever the hook is called (method name, instance value, argument values, return value)
- Can log the generated hook source code to quickly copy it into your own project for further development
- In the future I may add the ability to edit the generated hook code from within UnityExplorer itself, should be possible in theory I just need the time to work on that
- Generic classes and methods not yet supported, didn't think it was high priority and also need to develop the UI for that
Inspect Under Mouse
- Reworked the UI Mouse Inspector a little bit, now when you click to inspect you will be shown a list of all the UI objects which were under the mouse, and you can inspect any of them as you see fit.
Misc
- Fixed a crash caused by
Canvas.renderingDisplaySize
in IL2CPP - Fixed incorrect startup delay logic