Example: unity how to change the text on a button GameObject.Find("Button Name").GetComponentInChildren ().text = "Button Text";
確定! 回上一頁