LOOM: The most complete MultiThreading-kit for Unity!
Whether you want to start a (coroutine-like) single-thread, or you want multiple-cores to compute a single task, this kit does it all!
Turn your app into a Thread-Safe, easy to debug & Multi-Threaded app overnight!
Tested Unity Versions: 4.1 & 3.5, both Free + Pro.
Tested Platforms: IOS, Android, PC, Mac & WebPlayer!
Features:
- Easy to use StartSingleThread & StartMultithreadedWorkloadExecution methods.
- Powerful DispatchToMainThread-tool, solving all Unity Thread-Safety issues!
- WaitForNextFrame & WaitForSeconds make threads behave like Coroutines.
- Fully managed ThreadPoolScheduler!
- Three Demo's included:
1) Flocking Massive: A massive flocking demo, prept to run on a Samsung S3!
2) Texture blur: Multi-thread repetitive tasks is easy.
3) SimpleExampleImplementation: All you need to know to get started!