You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
Implementation of Task-based Asynchronous Pattern (TAP) for Unity
In order to update Unity stuff from other thread you need to have UnityThreadDispatcher in the scene and use it with ThenInvoke extension method of task.
About
Implementation of Task-based Asynchronous Pattern (TAP) for Unity