Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ImportStandard

The model importer imports materials in standard mode using OnPostprocessMaterial callback.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
[InspectorName("Standard (Legacy)")][Tooltip("Use the standard Material import method.")]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.