
* Place icons in the hierarchy for your scripts with a simple attribute.* Includes 40 built-in icons.* Add your own icons as a simple image resource.
Examples
[HierarchyIcon("gear")]
public class ExampleScript : MonoBehaviourUses the gear icon, default colors, bubbles up to parent(s)
[HierarchyIcon("gear", "#ff0000")]
public class ExampleScript : MonoBehaviourUses the gear icon, red color, bubbles up to parent(s)
[HierarchyIcon("gear", "#ff0000", false)]
public class ExampleScript : MonoBehaviourUses the gear icon, red color, does not bubble up to parent(s)