Unity 2022.3.12f1 .NET Standard 2.1 C# 9.0 Task Driven Threading is a simple, yet lightweight alternative to Unity's Job System that lets you execute your code on other threads, so your game can run ...
A way of dispatching functions to the main thread in Unity projects. Useful for functions that Unity limits to the main thread from different threads. This package is meant to be a dependency for ...