Back to Node List

Tile Canvas Save

tile_canvas_save

Saves a .pxntilemap and aligns pinned project snapshots.

Reviewed
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
タイルキャンバス
canvas
TileCanvas
Required

Output Ports

NameTypeDescription
概要
summary
Text
保存結果の短いまとめです。

Parameters

NameTypeDefaultRangeDescription / Options
保存先
path
FilePath

保存先の .pxntilemap ファイルです。

保存モード
save_mode
Enum
Disabled

保存実行と既存ファイルの上書きを制御します。

  • 無効Disabled
  • 新規のみCreateIfMissing
  • 上書きOverwrite

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 canvas from the tile-canvas editing node, and enable save_mode only for explicit saves.
  • The saved .pxntilemap carries a project-relative fallback key referencing the same exact hashes as the snapshot index.

Common pitfalls

  • A .pxntilemap alone 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_load
  • tile_palette_save
  • tile_asset_save
Back to Node List
Tile Canvas Save — PixPipeline Node Reference