UnityThreadHelper

Marrrk

(24)
$9
Publisher Marrrk
File size 75.03kB
Number of files 18
Latest version 1
Latest release date 2014-02-20 10:38:13
First release date 2012-07-12 11:44:13
Supported Unity versions 2018.4.2 or higher
The UnityThreadHelper allows you easier access to threads.

Using threads in your application allows you to take control of all cores and processors on your target system. Without this you only use a small fragment of the true power of your potential performance.

Features:
- integrates Unity to control the thread lifetime
- allows calling of Unity API methods from inside threads (Dispatcher)
- adds a powerful Dispatcher which allows to send commands to other threads
- adds a powerful Thread class which enables you to use simple functions to be run in a separate thread
- adds a powerful TaskDistributor, which allows you to perform small actions in the background
- allows to prioritize your Tasks which can be send to threads, prioritizing tasks allows you to delay less important things and favors more needed ones

API Reference

Initial Unity Forum thread
Full source code included! Visit the initial forum thread if you are not interested in buying this asset but would like to use it.