SpritePackerMode
Sprite Packer mode for the current project.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum SpritePackerMode
Fields
Value | Description |
|---|---|
| AlwaysOnAtlas | Always pack all the SpriteAtlas. |
| BuildTimeOnlyAtlas | Pack all the SpriteAtlas when building player/bundles. |
| Disabled | Doesn't pack sprites. |
| SpriteAtlasV2 | If enabled, will automatically migrate all *.spriteatlas assets to *.spriteatlasv2 assets. Old *.spriteatlas assets will be removed. |
| SpriteAtlasV2Build | If enabled, pack all the SpriteAtlas when building player/bundles. |