Update README.md

This commit is contained in:
Sinai 2020-08-08 01:42:04 +10:00 committed by GitHub
parent d5e22e8156
commit 3c374f3903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@ Universal Runtime Inspector/Explorer for Unity IL2CPP games.
* Inspect any object with Reflection, set primitive values, etc
* REPL Console for executing on-the-fly code
### Known Issues / Todo
* Fix `List` and `Array` support, need to use IL2CPPSystem types.
* Add mouse lock and prevent click-through
## How to install
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
## How to use
* Press F7 to show or hide the menu.
* Currently does <b>not</b> grant locked mouse or prevent clicking-through the menu, be careful of this.
* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord).
## Known Issues / Todo
* Fix `List` and `Array` support, need to use IL2CPPSystem types.
* Add mouse lock and prevent click-through
## Images
Scene explorer, and inspection of a MonoBehaviour object.