-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GitHub: https://github.com/Cysharp/UniTask
Coroutine:
IEnumerator MyCoroutine() {
yield return new WaitForSeconds(1f);
}
UniTask:
async UniTask MyAsyncMethod() {
await UniTask.Delay(1000);
}
Metadata
Metadata
Assignees
Labels
No labels