VContainer + UniTask | VContainer

UniTask is a library that brings fast and powerful async/await support to Unity. Its API is nearly identical to that of .NET's standard Task-based asynchronous pattern, but optimized for Unity's player loop. It also adds async/await support for Unity's built-in asynchronous operations such as Unity…