BLaZeKiLL / VloxyEngine

Performance oriented voxel engine for unity.
MIT License
99 stars 9 forks source link

Colliders cleanup [Not breaking] #112

Closed BLaZeKiLL closed 12 months ago

BLaZeKiLL commented 1 year ago

Chunks that are recycled through the pool has a chance to become air chunks with empty meshes in which case the mesh collides throws exceptions

BLaZeKiLL commented 12 months ago

Fixed with runtime API changes