unitytips: Hierarchy Window Group Header
18/06/2019
You can create a visual header to any group of components on your hierarchy window using EditorApplication.hierarchyWindowItemOnGUI
:
Code
Any GameObject with name that starts with “—” will be considered a group header
You can set tag of the headers game objects as EditorOnly
to avoid them on runtime
Loading comments...