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.


ParallelFor jobs
C# Job System tips and troubleshooting