View by Component
Physics , Physics 2D , Audio , UI , Tilemap , Cinemachine , Timeline , Network , Animation , Animator , Sprites , Scripting , Tips , Colliders , 2D Colliders , Rigidbody , Rigidbody 2D , Interaction , Editor , Game Mechanics , In-App Purchase , Material , General , Prefab , ProGrids , Light , Rendering , Ads , Scriptable Objects , Events , Level Design , Making Of , Assets , Procedural , ProBuilder , Particles , Machine Learning , News & Announcements , Conference , Enemy & NPC , PlayerPrefs , Post Processing , Interview , Shader , VFX , TextMeshPro , InputSystem , XR
Detect if you are hovering over words ?Text Mesh Pro Link tag
Uploaded by Christina Creates GamesShare: 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
? 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