Simple and Clean Header Separator in Hierarchy
#unity
#workflow
#editor-scripting
BennyKok
A clean way to structure your project's hierarchy.
Clean Header Separator
This is how its looks like when using hierarchy header.
TL;DR
Simply install the package from git, and it should be good to go!
https://github.com/BennyKok/unity-hierarchy-header.git
EditorOnly
Each header is automatically marked as EditorOnly
and the transform is being hidden to prevent unnecessary editing.
Header style
There is two styles built-in, can be switched easily.
Default
Dotted
Drawbacks
Since this is text-based, changing the style settings will trigger an update to the header's name, which may cause unnecessary scene modification for your git history.