接下來,就是Instantiate Image,這裡要注意的是,Image是Unity的UI物件,所以不是用GameObject。 程式碼最前面要先加上. using UnityEngine.UI;
確定! 回上一頁