await

    [Unity] UniTask VS Task (UniTask 개념 포함)

    https://github.com/Cysharp/UniTask GitHub - Cysharp/UniTask: Provides an efficient allocation free async/await integration for Unity. Provides an efficient allocation free async/await integration for Unity. - GitHub - Cysharp/UniTask: Provides an efficient allocation free async/await integration for Unity. github.com 왜 UniTask를 사용해야 할까? 1. 코루틴으로 관리하기에는 try-catch로 예외처리를 할 수가 없다. 2. 코루틴은 return 타입..