Unity-Simple-Octree
Unity-Simple-Octree copied to clipboard
Simple Octree for Unity with Job System
Unity Simple Octree
I started to create it for voxel planet game. If you interested in voxel technologies join us: https://discord.com/invite/aegudcbYhr (http://voxelbased.com)

Usage
- Unity Engine version: 2020.3.1f1
-
Packages:
- using Unity.Collections
- using Unity.Jobs
- using Unity.Burst
- using Unity.Mathematics
- Switch gizmo on
Known problems
https://forum.unity.com/threads/voxel-planet-octree-job-system-ecs-dots.1083410/
- I do not feel it is the best solution to call the job every seconds and create octree nodes from 0 to max lod level again and again.
- It will be better to use IJobParallelFor
License
MIT