Unity-ProTips – Tooltip System U4004

ProTips - Tooltip System

DESCRIPTION

ProTips is a tooltip solution designed to save you time by handling many of the issues you will encounter when trying to create your own tooltips. Unity’s Canvas UI is powerful, but can sometimes be overwhelming to work with. ProTips cuts through the complexity and provides working examples of common (and not-so-common) tooltip needs.

No programming knowledge is necessary, but helpful if you want to extend the system.

FEATURES

•Works with both TextMeshPro and Unity’s legacy Text UI.
•Trigger tooltips from both 2D and 3D world objects.
•Works with both overlay (screenspace & camera) and world-space canvas.
•Supports both desktop/PC mouse hover events, as well as press-and-hold events for touch devices.
•Tooltips are automatically repositioned (flipped) if they would overflow off the canvas.
•Works with both the legacy Unity Input system and Unity’s New Input system.
•Optimized code. ProTips uses minimal draw calls and object allocation.
•Tooltips can be triggered from any event such as button clicks or through code, which is useful for making in-game interactive tutorials.
•Tooltips continue to work properly when time is paused.
•Create your own tooltip styles visually using the Unity Canvas and our starting templates.
•Design your own text and image placeholder fields, so you can replace the field variables in the editor or at runtime with your dynamic data.
•Create tooltip triggers dynamically through code (examples included).
•Global controls for enabling/disabling tooltips, controlling fade and delay speed, overflow protection, and choosing which Canvas to use for tooltips.

WHAT’S INCLUDED

•Full C# source code, no DLLs. This allows you to extend the system for your specific needs.
•Over a dozen tooltip style templates in the Workshop demo scene, which you can use as a starting point for your own tooltips styles.
•All assets you see in the screenshots and demos**.
•Demo scenes that provide working examples of the core features.
•All image files for the provided tooltip styles (image files are pre-sliced in Unity for proper resizing).
•Step-by-step documentation to get you started, plus many how-to videos on the ModelShark YouTube channel and posts on our support forum for more advanced topics like integrating ProTips with other popular assets.

LINKS

ProTips User Guide
Forum
Email (modelsharkstudio@gmail.com)

**Terrain and gun pictured in the “Attach To 3D Objects” image are part of the DestroyIt – Destruction System asset and not included with ProTips.