From ec39c68ffa361f37eeee009c160fa10f05104a49 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinaioutlander@users.noreply.github.com> Date: Sun, 9 Aug 2020 21:50:55 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 481d530..5b00c2d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ REPL console: Written by Sinai. -Credits to ManlyMarco for their [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor), which I used for the REPL Console and the "Find instances" snippet, and the MCS* version. - -* note: I commented out the `SkipVisibilityExt` constructor in `mcs.dll` since it was causing an exception with the Hook it attempted. +Thanks to: +* [ManlyMarco](https://github.com/ManlyMarco) for their [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor), which I used for the REPL Console and the "Find instances" snippet, and the UI style. +* [denikson](https://github.com/denikson) for [mcs-unity](https://github.com/denikson/mcs-unity). I commented out the `SkipVisibilityExt` constructor in `mcs.dll` since it was causing an exception with the Hook it attempted. From c5d889f9c750a2cbdab75c6565a1b74fc1340199 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinaioutlander@users.noreply.github.com> Date: Mon, 10 Aug 2020 19:28:10 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b00c2d..2dd7ee6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![Version](https://img.shields.io/badge/MelonLoader-0.2.6-green.svg)]() -Simple in-game explorer and debugging tool for IL2CPP Unity games, using MelonLoader. +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). + +This was designed to be an IL2CPP-compatible equivalent to [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor). ## Features * Scene hierarchy explorer