BLaZeKiLL / VloxyEngine

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

Colliders cleanup [Not breaking] #112

Closed BLaZeKiLL closed 1 year 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 1 year ago

Fixed with runtime API changes