Skip to content

Keyword: UniTask #335

@EloiStree

Description

@EloiStree

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions