New in 1.7!
(NOTE: You must use Unity 2019.4.30f1 or higher to see these new features)
* Full compatibility with TextMeshPro (but still works with the built-in UGUI Text UI)!
* Tooltips can be used on TextMeshPro links (included demo scene illustrates how to do it)!
ProTips is a tooltip solution designed to work out-of-the box with both TextMeshPro and Unity's built-in Text UI.
ProTips supports 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. Tooltips will also work properly when time is paused.
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.