This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Version] ( https://img.shields.io/badge/MelonLoader-0.2.6-green.svg )] ( )
4
4
5
- Universal Runtime Inspector/ Explorer for Unity IL2CPP games.
5
+ A simple, universal Runtime Explorer for Unity IL2CPP games.
6
6
7
7
## Features
8
- * Scene exploration (traverse in the same way as the Unity Editor)
9
- * Inspect GameObjects/Transforms and manipulate them
10
- * Inspect any object with Reflection, set primitive values, etc
11
- * REPL Console for executing on-the-fly code
8
+ * Scene heirarchy explorer
9
+ * Traverse and manipulate GameObjects
10
+ * Generic Reflection inspector
11
+ * REPL Console
12
+ * Inspect-under-mouse
12
13
13
14
### Known Issues / Todo
14
15
* Fix ` List ` and ` Array ` support, need to use IL2CPPSystem types.
15
16
* Add mouse lock and prevent click-through
16
17
17
18
## How to install
18
19
19
- This requires [ MelonLoader] ( https://github.com/HerpDerpinstine/MelonLoader ) to be installed for your game.
20
+ Requires [ MelonLoader] ( https://github.com/HerpDerpinstine/MelonLoader ) to be installed for your game.
20
21
21
22
1 . Download <b >CppExplorer.zip</b > from [ Releases] ( https://github.com/sinaioutlander/CppExplorer/releases ) .
22
23
2 . Put the file in your ` MyGame\Mods\ ` folder, and unzip with <b >"Extract here"</b > option.
You can’t perform that action at this time.
0 commit comments