This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/sinaioutlander/CppExplorer
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# CppExplorer | ||
Universal Runtime Inspector/Explorer for Unity Il2CPP games. | ||
|
||
[![Version](https://img.shields.io/badge/MelonLoader-0.2.6-green.svg)]() | ||
|
||
Universal Runtime Inspector/Explorer for Unity IL2CPP games. | ||
|
||
## How to install | ||
|
||
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game. | ||
|
||
1. Download <b>CppExplorer.dll</b> from the Releases folder. | ||
2. Put the file in your `MyGame/Mods/` folder. | ||
|
||
## How to use | ||
|
||
* Press F7 to show or hide the menu. | ||
* Currently does <b>not</b> grant locked mouse or prevent clicking-through the menu, be careful of this. | ||
* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory. | ||
|
||
If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord). | ||
|
||
## Images | ||
|
||
Scene explorer, and inspection of a MonoBehaviour object. | ||
|
||
[![](https://i.imgur.com/Yxizwcz.png)]() | ||
|
||
Advanced search feature. | ||
|
||
[![](https://i.imgur.com/F9ZfMvz.png)]() | ||
|
||
|