Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity change text color

// To change the color of a text, see below
GameObject.GetComponent<Text>().color = Color.black;
 
PREVIOUS NEXT
Tagged: #unity #change #text #color
ADD COMMENT
Topic
Name
5+7 =