ProTips with Trigger Colliders

Опубликовано: 25 Июнь 2026
на канале: ModelShark Studio
264
2

This video is a quick tutorial on how to use ProTips with trigger colliders to make tooltips appear on an object when a player gets near them. This is useful for things like NPCs or objects the player can interact with.

ProTips is a tooltip system for Unity, which uses the new UGUI canvas to make creating tooltips easy and keep performance high.

NOTE: Here's the TooltipTriggerCollider script mentioned in the video:
https://app.box.com/s/30m50br8ju50oxg...

ProTips - Tooltip System for Unity:
https://assetstore.unity.com/packages...

ProTips supports both desktop/PC mouse hover events as well as press-and-hold events for touch devices. Tooltips can also be triggered from remote events such as button clicks or code, which is useful for making in-game interactive tutorials.

Create your own tooltip styles visually using the Unity Canvas and our starting templates. Step-by-step documentation is included to get you started.

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