From 3c374f39035e595c95282cac0cbb74819c708106 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinaioutlander@users.noreply.github.com> Date: Sat, 8 Aug 2020 01:42:04 +1000 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8731d0..685d7cd 100644 --- a/README.md +++ b/README.md @@ -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 not 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.