Unity 開發常見問題整理 (一)yield return 不執行的緣由

void Start() { StartCoroutine(Loop()); } IEnumerator Loop() { yield return new WaitForSeconds(WaiteTime); Remove(); Debug.Log("Remove"); } 參考案例 緣
相關文章
相關標籤/搜索