Version: 2022.2
Language : English
Sprite Packer
Sprite Atlas V2

Sprite Packer Modes

To enable or disable the Sprite Atlas default packing behavior, open the Editor settings (menu: Edit > Project Settings > Editor) and navigate to Sprite Packer > Mode. Select the Sprite Packer Mode to determine how Unity uses the Sprite Atlas within the Editor.

Mode Function
Disabled Select this mode to disable SpriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary
Atlas packing in the current Project. Sprite Atlases are not built when the Project enters Play mode or when publishing a build. Pack Preview is also disabled.
Sprite AtlasA texture that is composed of several smaller textures. Also referred to as a texture atlas, image sprite, sprite sheet or packed texture. More info
See in Glossary
V1 - Enabled For Builds
Select this mode to have Unity pack Sprites into the Sprite Atlas when publishing builds only. The Editor and Play mode reference the original source Texture instead of the Texture within the Sprite Atlas.
Sprite Atlas V1 - Always Enabled This option is enabled by default. Select this mode to have Unity pack selected Textures into the Sprite Atlas, and Sprites reference the packed Textures during runtime. However, Sprites will reference the original unpacked Textures during Edit mode.
Sprite Atlas V2 - Enabled Select this mode to have Unity pack Sprites into the Sprite Atlas immediately when there are any changes. The packed Sprite Atlas is available when the project enters Play mode or when publishing a build.
Sprite Atlas V2 - Enabled For Builds Select this mode to have Unity pack Sprites into the Sprite Atlas only when publishing a build. The Editor and Play mode will reference the original unpacked Textures.
Sprite Packer
Sprite Atlas V2