Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question Richtext on normal Text

Discussion in 'UGUI & TextMesh Pro' started by Rachan, Nov 7, 2022.

  1. Rachan

    Rachan

    Joined:
    Dec 3, 2012
    Posts:
    548
    Hi there!

    I just use Rich Text on legacy Text UI
    and I was added <a href="url">URL</a> to my Text
    and Rich Text was enabled,

    and when I run a game it show up URL with blue color
    But it cannot clickable! I don't know why...


    and I wondering if I wrote something wrong, Why it still show blue text But still cannot click?

    Thanks!!!