This version of Unity is unsupported.

SpritePackerMode

enumeration

Description

Sprite Packer mode for the current project.

Properties

DisabledDoesn't pack sprites.
BuildTimeOnlyUpdates the sprite atlas cache when the Player or bundles builds containing Sprite with the legacy packing tag.
AlwaysOnAlways maintain an up-to-date sprite atlas cache for Sprite with packing tag (legacy).
BuildTimeOnlyAtlasPack all the SpriteAtlas when building player/bundles.
AlwaysOnAtlasAlways pack all the SpriteAtlas.