Skip to content

korzen/Unity3D-JobsSystemAndBurstSamples

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Unity3D-JobsSystemAndBurstSamples

Last checked with Unity 2020.3.12

JobBasics - Shows how to use the job system and a couple of patterns how to schedule them in a different ways from FOR loops. Just uncomment the subsequent lines JobBasics.cs in the Update loop and observe the effect in the Profiler in Timeline view. Some methods intentionally won't work. The fix should be in the commented code.

Ocean - A simplest possible parallelization of the ocean simulation using ParallelForJob to modify the mesh vertices. Check a "multithreaded" box to enable jobs and burst

OceanDoubleBuffered - An optimized ocean simulation using double buffering to overlap vertex modification with normals calculations

More examples can be found here: https://github.com/stella3d/job-system-cookbook https://github.com/ErikMoczi/Unity.TestRunner.Jobs

Releases

No releases published

Packages

No packages published

Languages