Delay(1000); Destroy(gameObject); } private async UniTaskVoid RotateAsync() { while (true) { transform.Rotate(Vector3.up, 1.0f); await UniTask.Yield(); } }.
確定! 回上一頁