Skip to content

Hierarchy Module

The Hierarchy Module provides a live runtime view of your scene's GameObject hierarchy. It allows you to search for, clone, delete, and enable / disable game objects without stopping your application.

hierarchy

Quickly find GameObjects by name using the search bar. The search is case-insensitive and filters the hierarchy view in real-time.

hierarchy

Inspector

An inspector for the Hierarchy Module is currently under development.

API

The Hierarchy module API (IHierarchyModule) provides programmatic access to open the hierarchy viewer. Access it via Debby.Hierarchy.

Open

Opens the Hierarchy module in the Debby UI.

csharp
void Open()