Skip to content

Tilemap Restore Snapshot

Restore a tilemap from a TilemapSnapshot asset in one batch.

Can restore tiles, per-cell colors, and per-cell transform matrices.

Parameters

Parameter Description
Tilemap Tilemap to restore into.
Snapshot Asset Snapshot asset to restore from.
Clear Before Restore If true, clears snapshot bounds first so removed tiles are wiped.
Refresh After Restore If true, refreshes all tiles after restore.

Notes

  • Use with Tilemap Save Snapshot for undo/rollback and state swaps.
  • If snapshot data is invalid, the action logs an error and stops.