Why is there no way to specify batch size when scheduling IJobParallelForTransform?
Is it handled automatically? Is it more performant? Why doesn't other job schedule handle this automatically as well?
Is IJobParallelForTransform faster than calculating final position and rotation of the object, and later applying it manually?
What's the advantage over IJobParallel and applying the output final pos/rot manually?
Thanks!