Publisher | 804 Game Studios, LLC |
---|---|
File size | 244.00kB |
Number of files | 68 |
Latest version | 1.1.1 |
Latest release date | 2021-08-24 11:54:53 |
First release date | 2021-07-23 10:17:12 |
Supported Unity versions | 2018.4.2 or higher |
# UI Tooltips
System designed to quickly add tooltips on mouse hover within a Unity game.
## 804 Game Studios LLC
804 Game Studios is a small indie development team led by Dave Evans.
## Description
804GS TOOLS - UI Tooltips is a lightweight, easy-to-use, UI tooltips system. By simply adding a component to any UI element or GameObject, whenever the user hovers over the element with the mouse or pointer, it displays a tooltip. Customize the standard tooltip colors, size, text, or create your own using the 804GS Tooltip functionality as the backend.
## What can it be used with?
Absolutely anything that you want to provide additional data to the user without it being permanent.
## How do I set up a Tooltip?
1. Add Tooltip System via "804 Game Studios/UI Elements/New Tooltip System".
2. Add GS_Tooltip Component to any UI element or GameObject
3. Complete the Tooltip information and color settings within the GS_Tooltip Component
4. Ensure that if you are using a GameObject, it needs to have a collider in order to display the tooltips