Answers for "colored text unity"

C#
18

unity change text color

// To change the color of a text, see below
GameObject.GetComponent<Text>().color = Color.black;
Posted by: Guest on February-22-2020
0

different coloured words in text in unity

<color=yellow>Hello,</color> World!
Posted by: Guest on December-10-2021

C# Answers by Framework

Browse Popular Code Answers by Language