How do I change the text in a button with a variable? import UnityEngine.UI; var Answer_1 = (readData[2]); A_1.GetComponentsInChildren<Text>().text ...
確定! 回上一頁