Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.67 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.67 KB

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.

Changes from original

Features

  • Works on most Unity games running with Unity Mod Manager
  • 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.)

preview preview

How to use

  • This is a Unity Mod Manager mod. It requires Unity Mod Manager. Grab it from here and follow installation instructions.
  • Download the latest build from the Releases page.
  • Install the Editor using Unity Mod Manager or manually by extracting the build into Mods folder of the game directory.
  • Download msc.dll from Releases page and put it into game directory's GameName_Data/Managed
  • 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.

You can support development of the original author's plugins through his Patreon page: https://www.patreon.com/ManlyMarco