Answers for "onclick change text in unity 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 "onclick change text in unity button"

C# Answers by Framework

Browse Popular Code Answers by Language