尋找物件的方法有很多種這邊我介紹幾種常用的 GameObject.Find("name"); //用名字尋找GameObject子物件 GameObject.FindWithTag("Tag"); //用Tag尋找 ...
確定! 回上一頁