Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 4f000c5

Browse files
authored
Update README.md
1 parent e7866f5 commit 4f000c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22

33
[![Version](https://img.shields.io/badge/MelonLoader-0.2.6-green.svg)]()
44

5-
Universal Runtime Inspector/Explorer for Unity IL2CPP games.
5+
A simple, universal Runtime Explorer for Unity IL2CPP games.
66

77
## Features
8-
* Scene exploration (traverse in the same way as the Unity Editor)
9-
* Inspect GameObjects/Transforms and manipulate them
10-
* Inspect any object with Reflection, set primitive values, etc
11-
* REPL Console for executing on-the-fly code
8+
* Scene heirarchy explorer
9+
* Traverse and manipulate GameObjects
10+
* Generic Reflection inspector
11+
* REPL Console
12+
* Inspect-under-mouse
1213

1314
### Known Issues / Todo
1415
* Fix `List` and `Array` support, need to use IL2CPPSystem types.
1516
* Add mouse lock and prevent click-through
1617

1718
## How to install
1819

19-
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
20+
Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
2021

2122
1. Download <b>CppExplorer.zip</b> from [Releases](https://github.com/sinaioutlander/CppExplorer/releases).
2223
2. Put the file in your `MyGame\Mods\` folder, and unzip with <b>"Extract here"</b> option.

0 commit comments

Comments
 (0)