/HierarchySeparator

Change how Unity's GameObjects are displayed to make simple dividers in the scene editor.

Primary LanguageC#MIT LicenseMIT

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