Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchy Labels #448

Closed
wants to merge 10 commits into from
Closed

Conversation

IsaiahKelly
Copy link
Contributor

A simple and lightweight system for displaying custom labels in the hierarchy window to greatly improve readability.

Default Hierarchy Hierarchy with labels

Improving the readability of such label objects is not only beneficial to experienced developers and designers, but also novice users and newcomers to the project.

The whole system consist of only four small scripts:

  • Hierarchy Label: A MonoBehaviour you attach to the object that will display the label.
  • Hierarchy Label Data: An optional ScriptableObject to store shared label data.
  • Hierarchy Label Editor: A custom editor to control how fields are shown when using shared label data.
  • Hierarchy Label Drawer: The class which draws all the labels in the hierarchy window.

Related forum thread

@ciro-unity ciro-unity added the tool A PR that contains an Editor tool or custom Inspectors label Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool A PR that contains an Editor tool or custom Inspectors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants