Voxel toolkit | MagicaVoxel Importer
Import your MagicaVoxel assets directly into unity with an efficient mesh generated and many settings to tweak. Enjoy a seamless experience by just dropping a .vox file to the Unity project.
by Pirate Parrot
★★★★★ star rating
Price History +
The asset provides a seamless experience with MagicaVoxel and its files within Unity.
It allows you to import .vox files directly into Unity without any separation between your meshes and .vox files. If you need to modify anything the files will be automatically reimported with the changes applied which facilitates extremely fast iterations and less error prone workflow.
Extremely fast. Generates even complex meshes in a blink of an eye.
The asset has an experimental Runtime API which allows you to load and manipulate the voxel objects in the runtime.
The asset can also optionally generate light-mapping UV2 texture coordinates and MeshColliders.
The asset uses highly performant algorithm which incorporates Jobs and Burst making importing your assets blazing fast.
The asset supports MagicaVoxel built-in material properties, for example: Emission, Transparency, Metallicity, etc. which are encoded directly into your mesh. This is far more efficient than using textures because of the lower bandwidth required, resulting in far faster rendering.
The feature enables you to set up look and feel of your meshes in MagicaVoxel and immediately achieve a very similar result in Unity.
The Voxel Toolkit generates high quality meshes with a greedy algorithm which provides both fast generation and low poly count mesh output.
The asset design allows you to import objects with more than 65k vertices even if your platform doesn't support it. In this case it will split the resulting mesh into several meshes. If on the other hand the platform can handle UInt32 indices, the asset will generate you a single mesh.
Plans for a future:
- Magica voxel animation support
- Adding area lights to an emissive surfaces
- The contents of this pack can be used within commercial projects.