Creates an aesthetic hierarchy separator for the Unity scene inside the Editor
- How to use
- Install
- via Git URL
- Copy Editor and Runtime scripts to your Unity project.
- Configuration
Add a blank GameObject to your scene and add the MonoBehaviour script: HierarchySeparator.cs from the library. This will change the label on the GameObject to a divider.
Package should now appear in package manager.
Open Packages/manifest.json
with your favorite text editor. Add following line to the dependencies block:
{
"dependencies": {
"com.baawolf.HierarchySeparator": "https://github.com/gavwood/HierarchySeparator.git"
}
}
Open Package Manager from Unity's Window menu.
Choose the option: Add package from git URL, and add (https://github.com/gavwood/HierarchySeparator.git)
MIT License
Copyright © 2024 BaaWolf