ProTips with Legacy OnGUI

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

This video is a quick tutorial on how to use ProTips with legacy OnGUI() elements. This can be useful if you've created a project or bought an asset that made heavy use of OnGUI elements, but it's not feasible to convert it to the new Unity Canvas and you need to put tooltips over the UI.

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.