Tilemap Save and Load
These actions save and restore tilemap data using snapshot assets.
Snapshot Actions
Capture the current tilemap state into a snapshot asset.
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.