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

Commit 692a721

Browse files
authored
Update README.md
1 parent ef73cce commit 692a721

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ Universal Runtime Inspector/Explorer for Unity IL2CPP games.
1010
* Inspect any object with Reflection, set primitive values, etc
1111
* REPL Console for executing on-the-fly code
1212

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-
2113
## How to install
2214

2315
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
@@ -48,3 +40,11 @@ Advanced search feature.
4840
REPL console.
4941

5042
[![](https://i.imgur.com/14Dbtf8.png)]()
43+
44+
## Credits
45+
46+
Written by Sinai.
47+
48+
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*.
49+
50+
<i>* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.</i>

0 commit comments

Comments
 (0)