Please add a way to build voxels in edit mode via code. Using the SetVoxel API is not helpful because it rebuilds everything in runtime over and over again and duplicating the voxel mesh doesn’t really duplicate the SetVoxel changes.
2 Likes
Or some sort of voxel data upload would also be nice, then we could build the voxels outside of the game and import them.