Example of using dfiffrent Job of Unity C# Job System
Enable differnt script one at a time and using profiler to check the difference.
Traditional update, main thread code, no job used.
SingleJobDemo
- Example of using IJob
SingleForJobDemo
- Example of using IJobFor
ParallelForJobDemo
- Example of using IJobParallelFor
ParallelForFilterJobDemo
- Example of using IJobParallelForFilter, IJobParallelForDelay Move the secetion area object to different cubes being highlight by the selection box.
ParallelForJobInstancingDemo
- Example of using IJobParallelFor and Graphics.DrawInstanced()