Publisher | Chazix Scripts |
---|---|
File size | 336.58kB |
Number of files | 21 |
Latest version | 1 |
Latest release date | 2014-05-14 01:00:13 |
First release date | 2012-03-10 01:33:09 |
Supported Unity versions | 2018.4.2 or higher |
Click here for more in-depth information.
The purpose of the Tooltip System is to allow you to easily create and use tooltips, for displaying information on the GUI within your Unity projects.
Your tooltips can extend from something drawn on the GUI, or from an in world game object (an object containing a Transform). The way a tooltip is associated with the right data is determined by the type of tooltip it is, which all this is brought together with the provided Icon C# class object.
The icon identifies as either an item, skill, or gameobject; each one containing a different lookup file for determining data. Such that, that data is found by giving the icon a name to look for, as seen within the provided information.
The purpose of the Tooltip System is to allow you to easily create and use tooltips, for displaying information on the GUI within your Unity projects.
Your tooltips can extend from something drawn on the GUI, or from an in world game object (an object containing a Transform). The way a tooltip is associated with the right data is determined by the type of tooltip it is, which all this is brought together with the provided Icon C# class object.
The icon identifies as either an item, skill, or gameobject; each one containing a different lookup file for determining data. Such that, that data is found by giving the icon a name to look for, as seen within the provided information.