Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by lamplightforest · Jan 17, 2020 at 12:30 AM · uitexttextmeshtext mesh

Text Mesh Pro: highlight all words in a link

Just looking for a simple solution for highlighting all text in a link in TextMesh Pro. As you can see in the attached image, when I have the cursor over a link only the specific word that the cursor is over is highlighted (you can't see the cursor in this image but it's over the link "iridescent contortions", specifically, it's over the word "iridescent").
alt text Instead I want ALL WORDS in a link to be highlighted (ie in this case "iridescent" AND "contortions".

At present I'm using the following part of the example provided with TextMesh Pro:


   if (TMP_TextUtilities.IsIntersectingRectTransform (m_TextComponent.rectTransform, Input.mousePosition, m_Camera)) {
 int wordIndex = TMP_TextUtilities.FindIntersectingWord (m_TextMeshPro, Input.mousePosition, m_Camera);
             
 if (m_selectedWord != -1 && (wordIndex == -1 || wordIndex != m_selectedWord)) {
     for (int i = 0; i < wInfo.characterCount; i++) {
                                 int characterIndex = wInfo.firstCharacterIndex + i;
 int meshIndex = m_TextMeshPro.textInfo.characterInfo [characterIndex].materialReferenceIndex;
 
 int vertexIndex = m_TextMeshPro.textInfo.characterInfo [characterIndex].vertexIndex;
 
 Color32[] vertexColors = m_TextMeshPro.textInfo.meshInfo [meshIndex].colors32;
 
 Color32 c = vertexColors [vertexIndex + 0].Tint (4f);



etc I'm also using the following to determine if a link has been clicked:


 if (TMP_TextUtilities.IsIntersectingRectTransform (m_TextComponent.rectTransform, Input.mousePosition, m_Camera)) {
                     
 
 linkIndex = TMP_TextUtilities.FindIntersectingLink (m_TextComponent, Input.mousePosition, m_Camera);



etc ...but I don't know how to use that link information to find and highlight ALL words in that link.


screen-shot-2020-01-17-at-104104-am.png (142.1 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

202 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to find position of sprites generated by tag in TextMesh Pro? 0 Answers

TextMeshProUGUI not showing on Android build 0 Answers

Predict Text Width of String 0 Answers

How hard is to replace UI Text with Text Mesh Pro? 2 Answers

How to setup TextMesh Pro Font Asset to include characters from all languages? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges