Home

Awesome

Odin Hierarchy

Pimp your hierarchy with pattern matching on your game objects... the styling settings is saved along with your project as a ScriptableObject file.

The hierarchy function actually does not related to Odin at all but it utilizes Odin Inspector's built-in icons, some drawing methods in SirenixEditorGUI, and most importantly making a good editor out of a mere ScriptableObject data file.

How to use

  1. The code uses C#6.0 so it requires .NET 4.x settings in the Player Settings.
  2. Put the 3 files in Editor folder or any assembly with Editor include platform that knows Odin.
  3. Window > Odin Hierarchy to start setting up your hierarchy stylings.

Usage ideas

Example 1 Example 2 Example 3 Example 4

Not sure about you, but I always had trouble looking for Text, Button, and Animator in my uGUI stack. By doing like this it helps me somewhat.

Example 5

Now that I have 2 types of Text (and TextMeshPro) and 2 types of Animator (and LegacyAnimator) you can make them similar but a bit different with color/decoration.

Notes