This script uses the async functionality built into C# and the Awaitable class available in Unity to allow for easy multi-threading on both the web and the desktop. The primary use case of this ...
For technical details, see blog post: UniTask v2 — Zero Allocation async/await for Unity, with Asynchronous LINQ For advanced tips, see blog post: Extends UnityWebRequest via async decorator pattern — ...