An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
Go to file
2020-08-07 22:47:57 +10:00
Release update 2020-08-07 22:47:31 +10:00
src update 2020-08-07 22:47:31 +10:00
.gitattributes Initial commit 2020-08-07 22:18:48 +10:00
.gitignore update 2020-08-07 22:20:14 +10:00
LICENSE Initial commit 2020-08-07 22:18:48 +10:00
README.md Update README.md 2020-08-07 22:47:04 +10:00

CppExplorer

Version

Universal Runtime Inspector/Explorer for Unity IL2CPP games.

How to install

This requires MelonLoader to be installed for your game.

  1. Download CppExplorer.dll from the Releases folder.
  2. 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.