Detect if you are hovering over words ?Text Mesh Pro Link tag

Uploaded by Christina Creates Games
Share: Twitter Facebook
Learn how to use Text Mesh Pro's Link Tag to detect if you are hovering over certain words in text box! We will reuse a few scripts from the previous tutorial and learn how to show a tooltip at the hovered positions. Since we're going to use events, you can use this way of detection for your own systems, too!

? Link to the github repository: http://bit.ly/3HqnHxV

-- Chapters --
00:00 What we will be creating
00:29 The Link handler - reusing script parts
01:00 Why update and not IPointerEnter and IPointerExit?
01:20 Expanding on the Link Handler
02:58 Adding the mouse Position to the event
03:40 Closing the Tooltip
03:50 .GetLinkID() vs .GetLinkText()
04:12 Expanding the TooltipInfo with a Description
04:22 Expanding the ToolTipHandler with a few lines of code
05:09 The result and an outlook to the next videos

#unitytutorial