Publisher | Harrison Thompson |
---|---|
File size | 109.30kB |
Number of files | 20 |
Latest version | 1.0.0 |
Latest release date | 2024-03-20 12:37:19 |
First release date | 2024-03-20 12:37:19 |
Supported Unity versions | 2018.4.2 or higher |
Simple Jobs contains a set of jobs that can be used in a variety of projects. Check out this asset if you want to learn more about Unity's Jobs system and the Burst compiler.
- Basics
- ParallelOperations - easy-to-use multi-threaded jobs
- Check Distance Jobs
- Partial Sums Jobs
- and more
- Statistics
- Demo Scene included
- Sets of jobs to calculate Mean, Variance, and Covariance.
- Makes use of multi-threading where possible.
- Spatial Hash
- Demo Scene included
- Spatial Hashes are fantastic when you need to find objects based on location. They are particularly powerful when there are thousands of objects.
- The implementation in SimpleJobs is split into separate jobs. There are a few variations, each of which are ideal under different conditions.