Version: 2018.3 (switch to 2019.1 )
Event Trigger
C# Job System Overview
Other Versions

C# Job System

The Unity C# Job System lets you write simple and safe multithreaded code that interacts with the Unity Engine for enhanced game performance.

You can use the C# Job System with the Unity Entity Component System (ECS), which is an architecture that makes it simple to create efficient machine code for all platforms.


C# Job System job system

Did you find this page useful? Please give it a rating:

Event Trigger
C# Job System Overview