Имя | Описание |
---|---|
UnityDispatcher | The UnityDispatcher class allows you to execute code on the main Unity thread. This is useful for situations where you need code on a seperate thread (i.e. slow IO operations) to access things that can only be accessed on the main thread. |
UnityTask | A helper class inspired by the .NET 4.0 Task object and javascript flow libraries such as Q |