async/awaitもめちゃくちゃ使いづらそうだな(TaskSystemとかいうやつ)

Unityは
private(public) async void Hoge()
{
await Task.Delay(2000)←2秒待ったら次の処理
}
って感じでクソ簡単