GAMES IN PROGRESS
Latest Videos
Home
/
Indie Game Developers
/
Unity
/
Getting Started with Awaitables

Getting Started with Awaitables

23 min
An Awaitable class is a wrapper around an asynchronous task that allows your method to pause and automatically continue when that task finishes. In this video, we give you an introduction to Unity's awaitable system, including its core concepts and examples of how you can implement it in your projects while avoiding common pitfalls. Awaitable class on documentation: https://on.unity.com/AwaitablesManual Find more free Unity learn resources: https://on.unity.com/learn #gamedev #unity3d #unitylearn