mik14a / VOX4U

MagicaVoxel VOX Format import plugin for Unreal Engine 5
MIT License
181 stars 39 forks source link

Make importing material optional #17

Closed ShyRed closed 2 years ago

ShyRed commented 3 years ago

My Use Case: I have several vox models that share the same color palette and material properties and I do not need and do not want the importer to generate the materials and textures per model.

This pull request adds a new import option called "Import Material". It is turned on by default and does not change default import behaviour.

If toggled off, the import will not create the material and texture for the vox object.