Thread Ninja - Multithread Coroutine

Ciela Spike

(115)
FREE
Publisher Ciela Spike
File size 71.02kB
Number of files 7
Latest version 1
Latest release date 2014-03-06 06:44:20
First release date 2014-03-06 06:44:20
Supported Unity versions 2018.4.2 or higher
A simple script helps you write multithread coroutines.

Unity's coroutine is great, but it's not a real thread. And a background thread is not allowed to access Unity's API.

Thread Ninja combines coroutine & background thread, make a method both a coroutine and a background thread, makes your life easy with multithread programming.