Answers for "how do i edit a text in the script unity"

C#
0

unity how to change text in script

Text myText = GameObject.Find("Canvas/Text").GetComponent<Text>();
myText.text = "Your text changed!";
Posted by: Guest on February-13-2020

Code answers related to "how do i edit a text in the script unity"

C# Answers by Framework

Browse Popular Code Answers by Language