Easy Asset Search

RuntimeHierarchy

RuntimeHierarchy Asset Image * This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. Browse on the Asset Store »
Category:
ToolsUtilities
Developer:
DebugGear
Price:
$5
Rating:
Not enough ratings.
Favorites:
19
Download Size:
233.33 KB
Current Version:
1.4
Supported Unity Version:
5.6.5 or higher
Last Update:
Oct 1, 2019
Original Release:
Nov 5, 2018
Description:
A tool allows you to inspect your game in a build.



RuntimeHierarchy is...


Wrote in pure C# using System.Reflection and Unity


IMGUI system, no extra prefab required.



Features:


1. A runtime hierarchy, and inspector.


2. Dynamically change fields or selected properties.


3. Calling parameterless methods.


4. Dynamically adding/removing components.


5. Material/Color/Texture viewer.



Notice :


In C#, directly reading a property is not usually safe, so we only offer automatically
inspect fields. For properties inspecting you might need to add extra attribute.


Since all Unity built-in components using property, currently we only support
the following components...


1. Transform & RectTransform


2. Collider & Collider2D


3. Renderer


4. Rigidbody & Rigidbody2D


5. Camera


6. Light


7. VideoPlayer


8. AudioSource
continue »

Similar Packages