ImportStandard
The model importer imports materials in standard mode using OnPostprocessMaterial callback.
Read time 1 minuteLast updated a day ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
[Tooltip("Use the standard Material import method.")][InspectorName("Standard (Legacy)")]ImportStandard = 1
Remarks
When selected, the model importer generates and populates materials by applying a set of simple default rules. The ModelImporter will also invoke AssetPostprocessor.OnPostprocessMaterial with each created material. Note: This is the only option where OnPostprocessMaterial is called.