Version: 2022.1
언어: 한국어
스프라이트 패커 모드
스프라이트 셰이프 렌더러

스프라이트 아틀라스 V2

The current Sprite Atlas V1 system packs Textures (from Sprites, Sprites within Textures, and Sprites in folders) into an Atlas Texture. It packs these Textures when it enters Play mode, or when it builds the Player or an AssetBundle. AssetDatabase V1 cannot have dependencies, and has no Importer support for named objects, so Unity packs its Sprite Atlases through a custom mechanism and stores the output data of Textures and render data in the Library/AtlasCache folder.

However, Sprite Atlas V1 does not support the Cache Server. Unity can only cache Artifacts (data generated through the import process) stored in the Library folder. As it does not use an importer, the current system cannot use some of the functionalities exposed by AssetDatabase V2 (ADBV2) such as Cache Server support.

Sprite Atlas V2 development criteria

The Sprite Atlas V2 system is developed with the following criteria in mind:

  1. 캐시 서버 및 기타 ADBV2 기능을 지원하는 임포터 워크플로를 사용합니다.

  2. No changes are made to the Sprite Atlas runtime object.

  3. 기존 스프라이트 아틀라스와 스프라이트 아틀라스 V2 간에 마이그레이션 경로가 있는지 확인합니다.

  4. UX 워크플로에 중대한 변경 사항이 없습니다.

스프라이트 아틀라스 V2 인스펙터 프로퍼티

There are no changes to the Inspector properties and settings from that of Sprite Atlas V1 except for the following :

  1. The imported Sprite Atlas object is displayed at the bottom of the Inspector.


Sprite Atlas V2 Inspector properties.

스프라이트 아틀라스 V2 활성화

To enable Sprite Atlas V2 Sprite Packer mode, go to Edit > Project Settings > Sprite Packer > Mode, and select Sprite Atlas V2 - Enabled from the dropdown menu.

When you enable Sprite Atlas V2, there are the following effects:

  1. Assets 메뉴(Assets > Create > Sprite Atlas)를 통해 스프라이트 아틀라스를 생성할 때 기본 모드가 됩니다.

  2. Unity automatically migrates all existing Sprite Atlas V1 Assets to Sprite Atlas V2.

Due to the automatic migration, it is recommended that you make a backup of your V1 Sprite Atlases before you enable Sprite Atlas V2. Assets converted to V2 are incompatible with V1, and cannot be converted back.


  • 2020.1에서 스프라이트 아틀라스 V2(실험 기능) 추가됨 NewIn20201
스프라이트 패커 모드
스프라이트 셰이프 렌더러