Skip to content

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

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

GavWood/HierarchySeparator

Repository files navigation

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

About

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

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages