This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Back to all

What async workflows does Beamable support? How can I use Promises with async/await, Coroutines, and callbacks?

Beamable returns promises in various places, especially when making network calls. How do I get values out of promises, and get them to work nicely with coroutines, callbacks, or async/await?