Skip to content

In-game inspector and debugging tools for applications made with Unity3D game engine

License

Notifications You must be signed in to change notification settings

SvetlozarValchev/RuntimeUnityEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

In-game inspector and debugging tools for applications made with Unity3D game engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%