mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2024-12-23 01:59:40 +08:00
An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
Release | ||
src | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md |
CppExplorer
Universal Runtime Inspector/Explorer for Unity IL2CPP games.
How to install
This requires MelonLoader to be installed for your game.
- Download CppExplorer.dll from the Releases folder.
- Put the file in your
MyGame/Mods/
folder.
How to use
- Press F7 to show or hide the menu.
- Currently does not grant locked mouse or prevent clicking-through the menu, be careful of this.
- Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord).
Images
Scene explorer, and inspection of a MonoBehaviour object.
Advanced search feature.