# ImportStandard

> The model importer imports materials in standard mode using OnPostprocessMaterial callback.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
[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.
