# ModelImporterUVs

> UV channel import options for ModelImporter.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
[Flags]
public enum ModelImporterUVs
```

## Remarks

Determines which UV channels are imported from the source model. This is a flags enum, allowing you to specify multiple UV channels to import.

Additional Resources: [ModelImporter.importUVs](/engine/6000.7/script-reference/unityeditor/modelimporter/importuvs.md), [Mesh](/engine/6000.7/script-reference/unityengine/mesh.md).

## Fields

| Value                                                                        | Description                    |
| ---------------------------------------------------------------------------- | ------------------------------ |
| [All](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/all.md)   | Import all UV channels.        |
| [None](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/none.md) | Do not import any UV channels. |
| [UV0](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv0.md)   | Import UV channel 0.           |
| [UV1](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv1.md)   | Import UV channel 1.           |
| [UV2](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv2.md)   | Import UV channel 2.           |
| [UV3](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv3.md)   | Import UV channel 3.           |
| [UV4](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv4.md)   | Import UV channel 4.           |
| [UV5](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv5.md)   | Import UV channel 5.           |
| [UV6](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv6.md)   | Import UV channel 6.           |
| [UV7](/engine/6000.7/script-reference/unityeditor/modelimporteruvs/uv7.md)   | Import UV channel 7.           |
