Unity Engine documentationScript ReferenceUnityEditorSpriteImportModeTexture importer modes for Sprite import.Read time 1 minuteLast updated 5 days agoDefinition Type: Enum Namespace: UnityEditor Assembly: UnityEditor.CoreModule public enum SpriteImportMode Fields ValueDescriptionMultipleSprites are multiple image sections extracted from the texture.NoneGraphic is not a Sprite.PolygonSprite has it own mesh outline defined.SingleSprite is a single image section extracted automatically from the texture.