804GS TOOLS - UI Tooltips

# 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