Skip to content

Reply To: MultiCore – Unity

Home Forums Developer Concurrency Kit MultiCore – Unity Reply To: MultiCore – Unity

#334
Administrator
Keymaster

Thanks for the feedback!

If you haven’t used the Task Parallel Library before from .NET, I recommend this series here on CodeProject which has great examples of what you can do with the library:

http://www.codeproject.com/Articles/152765/Task-Parallel-Library-1-of-n

Beyond that foundation, the Concurrency Kit adds micro-threading support, a Unity coroutine task scheduler, and MonoBehaviour extensions which you can read a little more about here:

http://spicypixel.com/static/developer/concurrency-kit/api-reference/?topic=html/ecb518db-2bfe-4374-a299-a309c51973c4.htm

http://spicypixel.com/static/developer/concurrency-kit/api-reference/?topic=html/ecb518db-2bfe-4374-a299-a309c51973c5.htm

http://spicypixel.com/static/developer/concurrency-kit/api-reference/?topic=html/2a81f423-ee99-4745-a514-3db4a67dbb00.htm

Let me know if there is a specific scenario you have in mind that you would like to see more examples for and I’ll see if we can add some content on that in the future.

Comments are closed.