void start() StartCoroutine(Text()); IEnumerator Text() // <- its a standalone method { Debug.Log("Hello") yield return new ...
確定! 回上一頁