WooshiiDev / HierarchyDecorator

Lightweight Unity Plugin transforming the Hierarchy into what it should be. Adds headers, styles, icons and more.
MIT License
1.02k stars 47 forks source link

Improved API - Pluggable hierarchy features & settings #66

Closed WooshiiDev closed 1 year ago

WooshiiDev commented 1 year ago

API used needs improved across the board.

Settings Structure

GUI

Poentially more but the core problems come from the general structure of settings and how they're handled.

WooshiiDev commented 1 year ago

The API has had some gradual changes to help support the drawing of Serialized Properties and other GUI elements. Support will continue but requires a much larger overhaul which will be done for v1.0.

See GUI Drawers for implementation.