Overview
Saves a TileCanvas document together with pinned snapshots of the assets it uses, keeping them consistent — the save path that makes a project folder reproducible offline on its own.
Usage tips
- Connect
canvasfrom the tile-canvas editing node, and enablesave_modeonly for explicit saves. - The saved
.pxntilemapcarries a project-relative fallback key referencing the same exact hashes as the snapshot index.
Common pitfalls
- A
.pxntilemapalone is refs-only. It is not a self-contained distribution — keep the project assets with it. - If a runtime asset at the exact pinned hash is missing, the snapshot cannot be pinned and the save fails; resolve the missing asset and retry.
Related nodes
tile_canvas_loadtile_palette_savetile_asset_save