Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 4fcad8a

Browse files
committed
2 parents cdcbcc8 + 17cbcbb commit 4fcad8a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
Universal Runtime Inspector/Explorer for Unity IL2CPP games.
66

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
12+
13+
## Credits
14+
15+
Written by Sinai.
16+
17+
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*.
18+
19+
<i>* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.</i>
20+
721
## How to install
822

923
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
@@ -30,3 +44,6 @@ Advanced search feature.
3044
[![](https://i.imgur.com/F9ZfMvz.png)]()
3145

3246

47+
REPL console.
48+
49+
[![](https://i.imgur.com/14Dbtf8.png)]()

0 commit comments

Comments
 (0)