Home

Awesome

Ingame Editor UI

Unity3D in-game UI, which shows at runtime a Hierarchy and an Inspector like the built-in Editor. Can be useful when testing game on Android or doing some reverse-engineering ;)

Features

Hierarchy

The Hierarchy displays all GameObjects in the active Scene.

Inspector

The Hierarchy lists the components of the selected GameObject

Debug Console

The Debug Console acts as the Console in Unity Editor.

Miscellaneous

Usage

Simply drop the scripts in your Unity3D Project and attach IngameEditorUI to a GameObject

ScreenDemo png