BLaZeKiLL / VloxyEngine

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

Unify Start #98

Closed BLaZeKiLL closed 1 year ago

BLaZeKiLL commented 1 year ago

New scheduler handles start also, so we don't need initial chunk data generation, improving start-up times.

closes #89