Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ModelImporterUVs

UV channel import options for ModelImporter.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
[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, Mesh.

Fields

Value

Description

AllImport all UV channels.
NoneDo not import any UV channels.
UV0Import UV channel 0.
UV1Import UV channel 1.
UV2Import UV channel 2.
UV3Import UV channel 3.
UV4Import UV channel 4.
UV5Import UV channel 5.
UV6Import UV channel 6.
UV7Import UV channel 7.