TheDudeFromCI / Bones3

Bones³ is a Voxel Editor for Unity. Supports both in-game and in-editor building.
MIT License
58 stars 12 forks source link

Chunk saving and loading. #8

Closed TheDudeFromCI closed 4 years ago

TheDudeFromCI commented 4 years ago

One of the core aspects of voxel worlds is their ability to be saved and loaded from a file. Without this element, the plugin is essentially useless.

This feature should be implemented in Bones3-Core by default for implementation in builds.

TheDudeFromCI commented 4 years ago

Chunk FileIO has been implemented in the core library as of 2.0.0. Now it's just a matter of updating the Unity side.

TheDudeFromCI commented 4 years ago

Implemented.