Build your own voxel game using DreamVox Alpha Engine! Get a quick start into the world of voxel games by using the Alpha Engine's voxel API. Simulate rigidbody physics, break and build with voxels!This is a voxel engine that provides a quick and easy entry point into building voxel games. It provides an API for storing, creating, destroying, saving and loading voxel objects and their physics interaction with Unity's built-in physics system. This engine is fully customizable. You can modify the voxel data and the meshing algorithm to your liking. This system does not support textures but you can easily modify the shadergraph to do so!- Voxel Object Component Struct- Per-voxel data struct- UnsafeHashMap for voxel storage and use in Jobs- Jobs for meshing the voxel object- Example API for managing voxel objects with a VoxelWorld interface- Fully customizable and small number of scripts to make the entire voxel engine function!- URP voxel shader