Version: 2021.1
ParallelFor jobs
C# Job System tips and troubleshooting

ParallelForTransform jobs

A ParallelForTransform job is another type of ParallelFor job; designed specifically for operating on Transforms.

Note: A ParallelForTransform job is a collective term in Unity for any job that implements the IJobParallelForTransform interface.


  • 2018–06–15 Page published

  • C# Job System exposed in 2018.1 NewIn20181

ParallelFor jobs
C# Job System tips and troubleshooting