Material import options for ModelImporter.
Determines the method used to handle materials in the Model Importer.
None | The model importer does not import materials. |
ImportStandard | The model importer imports materials in standard mode using OnPostprocessMaterial callback. |
ImportViaMaterialDescription | The model importer creates materials using the PreprocessMaterialDescription AssetPostprocessor. |