Hello everyone,
I am trying to set the rich text of my TextMeshProUGUI component through script, but I can’t.
I ran the following code,
myText.text = "< color =#E0E300>This is golden!</color>";
but the text that showed up was just “< color =#E0E300>This is golden!”, it didn’t parse the rich text tag, I wanted the text “This is golden!” to be yellow.