Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity how to change the text on a button

GameObject.Find("Button Name").GetComponentInChildren<Text>().text = "Button Text";
 
PREVIOUS NEXT
Tagged: #unity #change #text #button
ADD COMMENT
Topic
Name
6+7 =