From 17cbcbbf6d8b8f14c881adb51ec11c0a77db2a56 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinaioutlander@users.noreply.github.com> Date: Fri, 7 Aug 2020 23:51:37 +1000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e084fb79..67dee62a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@ Universal Runtime Inspector/Explorer for Unity IL2CPP games. +## Features +* Scene exploration (traverse in the same way as the Unity Editor) +* Inspect GameObjects/Transforms and manipulate them +* Inspect any object with Reflection, set primitive values, etc +* REPL Console for executing on-the-fly code + +## Credits + +Written by Sinai. + +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*. + +* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason. + ## How to install This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game. @@ -30,3 +44,6 @@ Advanced search feature. [![](https://i.imgur.com/F9ZfMvz.png)]() +REPL console. + +[![](https://i.imgur.com/14Dbtf8.png)]()