Code Monkey home page Code Monkey logo

ingame-editor-ui's Introduction

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.

  • Update the GameObject list
  • Save all displayed GameObject in a text file
  • Show the child count
  • Expand a GameObject to show its children
  • Inspect a GameObject

Inspector

The Hierarchy lists the components of the selected GameObject

  • Display general information (tag, layer)
  • Remove the inspected GameObject
  • Remove a component
  • Enable/Disable a MonoBehaviour
  • Show the component fields
  • Show the component props
  • Show the component methods
  • Edit on the fly component fields/props

Debug Console

The Debug Console acts as the Console in Unity Editor.

  • Show all types of logs
  • Filter logs by type
  • Colorful logging
  • Clear logs

Miscellaneous

  • Toggle the debug UI with configurable Key (default = END)
  • Display FPS

Usage

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

ScreenDemo png

ingame-editor-ui's People

Contributors

coac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.