ModelImporterMaterialImportMode
Material import options for ModelImporter.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ModelImporterMaterialImportMode
Remarks
Determines the method used to handle materials in the Model Importer.
Fields
Value | Description |
|---|---|
| ImportStandard | The model importer imports materials in standard mode using OnPostprocessMaterial callback. |
| ImportViaMaterialDescription | The model importer creates materials using the PreprocessMaterialDescription AssetPostprocessor. |
| None | The model importer does not import materials. |