galacean / engine

A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
https://galacean.antgroup.com/engine
MIT License
4.2k stars 299 forks source link

Feature Request: Entity Explorer / Hierarchy Panel in Debug View #2152

Open Oskang09 opened 3 months ago

Oskang09 commented 3 months ago

Is your feature request related to a problem? Please describe.

Allow us easier to have a look on the dynamically created entity or components when runtime, so we can check easily if there's an issues on the created entity.

Reference: Unity's Hierarchy Window( during debugging mode dynamically created entity will be show on it and clean up after stop debugging )

Describe the solution you'd like

Allow us to view and inspect the entity or components, with a sided-panel like the Hierarchy Panel in Debug View. Maybe make it optional like Stats component, to be added only when required.

gz65555 commented 3 months ago

It's not a easy task. We'll discuss it internally first.