Scene Setup
Short steps to set up your scene
Open your scene
Add the
Tooltip Manager
prefab. This contains basic tooltip UI prefab & screen space canvas.Alternatively attach
TooltipManager
component to any desired game object.
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)
π§ͺ Notes
If there are multiple managers in scene, latest one to Awake will be used.
βοΈ Optional: Advanced Setup
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