Answers for "unity how to change the text on a button"

C#
3

unity how to change the text on a button

GameObject.Find("Button Name").GetComponentInChildren<Text>().text = "Button Text";
Posted by: Guest on January-18-2020

Code answers related to "unity how to change the text on a button"

C# Answers by Framework

Browse Popular Code Answers by Language