Skip to content

Tilemap Save Snapshot

Capture a tilemap snapshot into a TilemapSnapshot asset.

Snapshot data can include tiles, per-cell colors, and per-cell transform matrices.

Parameters

Parameter Description
Tilemap Tilemap to capture.
Snapshot Asset Asset that receives the snapshot data.
Bounds Mode Use tilemap CellBounds or custom bounds.
Custom Bounds Bounds to capture when using custom mode.
Include Colors If true, captures per-cell colors.
Include Transforms If true, captures per-cell transform matrices.

Notes

  • Useful for temporary edits and restore workflows.
  • Empty bounds produce a valid empty snapshot.