Tooltip Visuals (UI Prefabs)
Tooltips are rendered using your custom UI prefabs. These are:
Based on the
ATooltipUI
componentsShown, hidden and potentially instantiated automatically by the TooltipManager
Matched to the type of tooltip data (e.g., text, flexible key-value or custom info)
You can define as many styles as you want and assign them via the TooltipManager.
Out of the box, you'll find:
TextTooltipUI
β for basic one-line descriptionsFlexibleTooltipUI
β for dynamic lists of text and/or images (great for stats, resources, etc.)
Custom UI Example
Create custom Tooltip UI component which will supported the new information type.
Last updated