[uGUI] Rich Text markup and anchor tags

The most impressive feature of DaikonForge was its ability to process a wide variety of “html” markup in text fields, including anchor tags. This allowed for easily building an in-game codex or combat log where the user could click on highlighted text to get additional information. World of Warcraft also has this feature in its chat logs, allowing players to link item information to each other.

Looking at the Rich Text documentation, it appears that only , , and are supported. I’d like to see an tag that fires an event with a string parameter.

I’d also like to see a tag or similar to indicate that the html rules for collapsing white space should be ignored and a monospaced font should be used.

Are there plans for adding these features? If not, have any open-source efforts been started to improve the rich text markup tags?

We are going to be redoing text in unity ‘soon’. We’ll take your comments as things you’d like to see.

2 Likes

In the meanwhile u could look at useful script collection thread. I made ext which support tag and released for free there

when do you support tag @Tim-C ! Our team need the these features ! please improve the rich text markup tags

If you’re going to redo the text, then please consider fixing this issue in the issue tracker:

Looks like Link support is coming to Text Mesh Pro as per this video.

https://www.youtube.com/watch?v=78G15jJ1DHU

In terms of rich text markup, there are a lot more available in TMP as well. Like lots more … See this post / thread.