I remember TANKS! the Unity tutorial use xml in text component text field to change text color.The code like this(it in TankManager.cs):
m_ColoredPlayerText =
$"<color=#{ColorUtility.ToHtmlStringRGB(m_PlayerColor)}>PLAYER {m_PlayerNumber} </color>";
I think this is very useful trick.But I cant find more info ,like how many tag I can use,how many attribute the have.Can I get some help in here.
PS:My English is not good, so if it have some info and real conspicuous. I maybe just not find it.