ProTips with 3D Objects

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

This video is a quick tutorial on how to use ProTips with 3D objects in your scene. ProTips is a tooltip system for Unity, which uses the new UGUI canvas to make creating tooltips easy and keep performance high.

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.