Publisher | Pirate Parrot |
---|---|
File size | 2.17MB |
Number of files | 69 |
Latest version | 1.3.1 |
Latest release date | 2023-11-13 06:52:15 |
First release date | 2023-02-25 05:57:11 |
Supported Unity versions | 2018.4.2 or higher |
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.
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
- GPU mesh generation
- Runtime API (It's possible to interact with it at this point but the API itself isn't finalised)
- The contents of this pack can be used within commercial projects.