Tooltip Display Triggers
Objects can show tooltips automatically when hovered or interacted with.
To enable this:
Add a
TooltipObject
to your GameObject.Assign a
TooltipInformation
type to define what it should display (e.g., text, icon, or stat fields).Tooltips will appear based on your settings:
On hover
After delay
When cursor is stationary
Optional: Use TooltipObjectDetector
to automatically detect objects with tooltips using raycasts.
Last updated