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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinai-dev authored Aug 7, 2020
1 parent 28ba5af commit 17cbcbb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

<i>* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.</i>

## How to install

This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
Expand All @@ -30,3 +44,6 @@ Advanced search feature.
[![](https://i.imgur.com/F9ZfMvz.png)]()


REPL console.

[![](https://i.imgur.com/14Dbtf8.png)]()

0 comments on commit 17cbcbb

Please sign in to comment.