From f946f33d9615669c9f1c4165c29cda8bd36d4f87 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Tue, 17 Nov 2020 03:08:29 +1100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a76ef06..fcd9aa4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ## Features

- +

* Scene Explorer: Simple menu to traverse the Transform heirarchy of the scene. From 43442587c544071d5e44229913017668a3c4dbd6 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Tue, 17 Nov 2020 03:18:03 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fcd9aa4..79c104c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ IL2CPP Issues: * Some methods may still fail with a `MissingMethodException`, please let me know if you experience this (with full debug log please). -* Reflection may fail with certain types, see [here](https://github.com/knah/IL2CPPAssemblyUnhollower#known-issues) for more details. ## Features From 7b03554cd2b8bb3f5f7f6ded90d08de95eb8289e Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Tue, 17 Nov 2020 04:27:00 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 79c104c..b3d7dd6 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,7 @@ ## Features -

- -

+[Click here for an image overview of UnityExplorer](https://raw.githubusercontent.com/sinai-dev/UnityExplorer/master/overview.png) * Scene Explorer: Simple menu to traverse the Transform heirarchy of the scene. * GameObject Inspector: Various helpful tools to see and manipulate the GameObject, similar to what you can do in the Editor.