Answers for "change background color text box unity"

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
0

unity change background color

Hierarchy: Camera, Background Color
Posted by: Guest on August-31-2021

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

C# Answers by Framework

Browse Popular Code Answers by Language