SpriteAtlasUtility
Utility methods to pack atlases in the Project.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.U2D
- Assembly: UnityEditor.CoreModule
public class SpriteAtlasUtility
Static Methods
Method | Description |
|---|---|
| CleanupAtlasPacking | Cleanup internal states after packing SpriteAtlas assets. Must be called after a call to SpriteAtlasUtility.PackAllAtlases. |
| PackAllAtlases | Pack all the SpriteAtlas Assets in the Project for the particular BuildTarget. |
| PackAtlases | Pack all the provided SpriteAtlas for the particular BuildTarget. |