UnityAsyncMethodAnalyzer ensures safe usage of UnityEngine.Object (MonoBehaviour, ScriptableObject, etc.) within async methods. It checks all async methods declared in any type, including standard C# ...
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 ...