Runtime Unity Editor
In-game inspector, editor and interactive console for applications made with Unity3D game engine. Just press F12!
Last updated | 3 years ago |
Total downloads | 706 |
Total rating | 1 |
Categories | Mods |
Dependency string | Coal-Runtime_Unity_Editor-2.5.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_NASB
BepInEx pack for Nickelodeon All-Star Brawl. Preconfigured and ready to use.
Preferred version: 5.4.17README
Runtime Unity Editor / Debugging Tools
In-game inspector, editor and interactive console for applications made with Unity3D game engine. It's designed for debugging and modding Unity games, but can also be used as a universal trainer.
Features
- Works on most Unity games supported by BepInEx
- GameObject and component browser
- Object inspector that allows modifying values of objects in real time
- REPL C# console
- All parts are integrated together (e.g. REPL console can access inspected object, inspector can focus objects on GameObject list, etc.)
How to use
- Install BepInEx v4.x or v5.x if you don't have it already. You can download it here.
- Download the latest build from the Releases page. Make sure to get the correct version for your BepInEx.
- Extract the BepInEx folder from the archive directly into your game directory (you should already have a BepInEx folder there from previous step). Replace files if asked.
- To turn on press the F12 key when in-game. A window should appear on top of the game. If it doesn't appear, check logs for errors.
Note: If the plugin fails to load under BepInEx 4 with a type load exception, move RuntimeUnityEditor.Core.dll to BepInEx/core folder.
How to build
- Get Visual Studio 2019 (recommended) or the latest version of Visual Studio 2017.
- Clone the repository recursively (
git clone --recursive https://github.com/ManlyMarco/RuntimeUnityEditor
). - Open the solution in Visual Studio and hit Build All.
Notes:
- If you already have the repository cloned or want to update the mcs submodule you need to run
git submodule update --init --recursive
on your local repository. - You have to reference UnityEngine.dll from Unity 5.x. The new UnityEngine.dll forwards all of the split types into their new respective dll files, therefore doing this allows runtime editor to run on any Unity version.
You can support development of my plugins through my Patreon page: https://www.patreon.com/ManlyMarco