Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PackAllAtlases(BuildTarget, bool)

Pack all the SpriteAtlas Assets in the Project for the particular BuildTarget.
Read time 1 minuteLast updated 13 days ago

Definition

public static void PackAllAtlases(BuildTarget target, bool canCancel = true)

Parameters

The target build platform.

canCancel

Whether the user can cancel the operation.