mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-04 00:23:31 +08:00
Update README.md
This commit is contained in:
parent
d399b6acd1
commit
9a784fd467
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
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](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).
|
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.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Scene hierarchy explorer
|
* Scene hierarchy explorer
|
||||||
* Search loaded assets with filters
|
* Search loaded assets with filters
|
||||||
* Traverse and manipulate GameObjects
|
* Traverse and manipulate GameObjects
|
||||||
* Generic Reflection inspector
|
* Generic Reflection inspector
|
||||||
* REPL Console
|
* C# REPL Console
|
||||||
* Inspect-under-mouse
|
* Inspect-under-mouse
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
@ -38,7 +38,7 @@ Search feature:
|
|||||||
[![](https://i.imgur.com/F9ZfMvz.png)](https://i.imgur.com/F9ZfMvz.png)
|
[![](https://i.imgur.com/F9ZfMvz.png)](https://i.imgur.com/F9ZfMvz.png)
|
||||||
|
|
||||||
|
|
||||||
REPL console:
|
C# REPL console:
|
||||||
|
|
||||||
[![](https://i.imgur.com/14Dbtf8.png)](https://i.imgur.com/14Dbtf8.png)
|
[![](https://i.imgur.com/14Dbtf8.png)](https://i.imgur.com/14Dbtf8.png)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user