mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-02 03:22:41 +08:00
Merge branch 'master' of https://github.com/sinaioutlander/CppExplorer
This commit is contained in:
17
README.md
17
README.md
@ -4,6 +4,20 @@
|
|||||||
|
|
||||||
Universal Runtime Inspector/Explorer for Unity IL2CPP games.
|
Universal Runtime Inspector/Explorer for Unity IL2CPP games.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
* Scene exploration (traverse in the same way as the Unity Editor)
|
||||||
|
* Inspect GameObjects/Transforms and manipulate them
|
||||||
|
* Inspect any object with Reflection, set primitive values, etc
|
||||||
|
* REPL Console for executing on-the-fly code
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
Written by Sinai.
|
||||||
|
|
||||||
|
Credits to ManlyMarco for his [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor), which I used for the REPL Console and the "Find instances" snippet, and used the same MCS that he uses*.
|
||||||
|
|
||||||
|
<i>* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.</i>
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
|
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
|
||||||
@ -30,3 +44,6 @@ Advanced search feature.
|
|||||||
[]()
|
[]()
|
||||||
|
|
||||||
|
|
||||||
|
REPL console.
|
||||||
|
|
||||||
|
[]()
|
||||||
|
Reference in New Issue
Block a user