19 lines
970 B
Plaintext
19 lines
970 B
Plaintext
-----------------------
|
|
| DESCRIPTION |
|
|
-----------------------
|
|
CGHierarchyIcons is a simple package used to show an icon at the right or left of GameObjects in the HierarchyView.
|
|
|
|
It is composed of a simple script that is added to GameObjects and through an editor script you can select the icon and add an optional tooltip.
|
|
You can select as icon all the textures Unity can reference, including yours in the ProjectView.
|
|
|
|
-----------------------
|
|
| NOTES |
|
|
-----------------------
|
|
- The properties of the HierarchyIcon script are only compiled in the Unity Editor.
|
|
- After you build your project, all instances of the HierarchyIcon attached to game objects are destroyed from the scenes since they are useless on build.
|
|
|
|
-----------------------
|
|
| LINKS |
|
|
-----------------------
|
|
- How to Use: https://youtu.be/mjXW5EIvO6U
|
|
- Unity Forum Thread: https://forum.unity.com/threads/released-free-hierarchy-icon.521145/ |