Answers for "unity set tet color"

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

unity new Color()

new Color(255f/255f, 100f/255f, 0f/255f);
Posted by: Guest on March-27-2022

C# Answers by Framework

Browse Popular Code Answers by Language