Answers for "unity change text background color custom color"

C#
10

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

Code answers related to "unity change text background color custom color"

C# Answers by Framework

Browse Popular Code Answers by Language