- Home /
Unity UI - Color only 1 line
Hi. Is there a way to change only 1 line color in Unity's UI Text?
Comment
Answer by Logopolis · Mar 26, 2017 at 12:26 AM
You can use the rich text color tag:
https://docs.unity3d.com/Manual/StyledText.html
Eg.:
<color=red>Red text</color>