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

Commit 9a784fd

Browse files
authored
Update README.md
1 parent d399b6a commit 9a784fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
An in-game explorer and a suite of debugging tools for [IL2CPP](https://docs.unity3d.com/Manual/IL2CPP.html) Unity games, using [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader).
66

7-
This was designed to be an IL2CPP-compatible equivalent to [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor).
7+
Most games running on Unity 2017 to 2019 should be supported. If you find that the GUI does not display properly and you get errors in the MelonLoader console about it, then this is likely due to a bug with Il2CppAssemblyUnhollower's unstripping. This bug is known by the developer of the tool and they will fix it as soon as they are able to.
88

99
## Features
1010
* Scene hierarchy explorer
1111
* Search loaded assets with filters
1212
* Traverse and manipulate GameObjects
1313
* Generic Reflection inspector
14-
* REPL Console
14+
* C# REPL Console
1515
* Inspect-under-mouse
1616

1717
## How to install
@@ -38,7 +38,7 @@ Search feature:
3838
[![](https://i.imgur.com/F9ZfMvz.png)](https://i.imgur.com/F9ZfMvz.png)
3939

4040

41-
REPL console:
41+
C# REPL console:
4242

4343
[![](https://i.imgur.com/14Dbtf8.png)](https://i.imgur.com/14Dbtf8.png)
4444

0 commit comments

Comments
 (0)