Answers for "how to grab the text and use the component in c# script unity"

C#
3

get text component unity

GameObject.GetComponent<Text>().text = "Hello World!";
Posted by: Guest on December-23-2020

Code answers related to "how to grab the text and use the component in c# script unity"

C# Answers by Framework

Browse Popular Code Answers by Language