Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.24 KB

License: MIT

UnityHierarchySeparator

Creates an aesthetic hierarchy separator for the Unity scene inside the Editor

How to use

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.

image

Install

Package should now appear in package manager.

via Git URL

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"
  }
}

Via Add Package via Package Manager

Open Package Manager from Unity's Window menu.

Choose the option: Add package from git URL, and add (https://github.com/gavwood/HierarchySeparator.git)

License

MIT License

Copyright © 2024 BaaWolf