From 62b1688d538da8ad448ac1188091f72bed7dc919 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Sat, 22 Aug 2020 01:42:29 +1000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b100c4..93d95f9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # CppExplorer [![Version](https://img.shields.io/badge/MelonLoader-0.2.6-green.svg)]()

- +

-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). +

+ An in-game explorer and a suite of debugging tools for IL2CPP Unity games, using MelonLoader.

-[![Latest Release](https://img.shields.io/github/release/sinai-dev/CppExplorer.svg)](../../releases/latest) [![GitHub Downloads](https://img.shields.io/github/downloads/sinai-dev/CppExplorer/total.svg)]() + + + + + +

### Note Most games running on Unity 2017 to 2019 should be supported. If you find that the GUI does not display properly and you get errors in the MelonLoader console about it, then this is likely due to a bug with Il2CppAssemblyUnhollower's unstripping. This bug is known by the developer of the tool and they will fix it as soon as they are able to.