Short steps to set up your scene
Open your scene
Add the Tooltip Manager prefab. This contains basic tooltip UI prefab & screen space canvas.
Tooltip Manager
Alternatively attach TooltipManager component to any desired game object.
TooltipManager
Configure the manager's behaviour specific for your project, delay, positioning, max distance, etc.
Add tooltip UI you'd like to use (or follow next steps to create one)
If there are multiple managers in scene, latest one to Awake will be used.
You can assign multiple TooltipUI types for different contexts (e.g., item tooltips vs tutorial prompts).
TooltipManager handles pooling automatically. No need to instantiate manually.
Last updated 7 months ago