Skip to content

Tilemap Save and Load

These actions save and restore tilemap data using snapshot assets.

Snapshot Actions

Save Snapshot

Capture the current tilemap state into a snapshot asset.

Restore Snapshot

Restore a tilemap from a saved snapshot asset.

Notes

  • Snapshot actions store tile state for later restoration.
  • This is useful for runtime editing, rollback, reset, and checkpoint workflows.