Version: 2022.1
言語: 日本語
スプライトパッカーモード
Sprite Shape Renderer

スプライトアトラス 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 の Inspector プロパティ

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 > 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.


  • Sprite Atlas V2 実験版は2020.1 で追加NewIn20201
スプライトパッカーモード
Sprite Shape Renderer