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

Commit 3c374f3

Browse files
authored
Update README.md
1 parent d5e22e8 commit 3c374f3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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+
### Known Issues / Todo
14+
* Fix `List` and `Array` support, need to use IL2CPPSystem types.
15+
* Add mouse lock and prevent click-through
16+
1317
## How to install
1418

1519
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
@@ -21,15 +25,10 @@ This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to b
2125
## How to use
2226

2327
* Press F7 to show or hide the menu.
24-
* Currently does <b>not</b> grant locked mouse or prevent clicking-through the menu, be careful of this.
2528
* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
2629

2730
If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord).
2831

29-
## Known Issues / Todo
30-
* Fix `List` and `Array` support, need to use IL2CPPSystem types.
31-
* Add mouse lock and prevent click-through
32-
3332
## Images
3433

3534
Scene explorer, and inspection of a MonoBehaviour object.

0 commit comments

Comments
 (0)