Overview
Pins a TileAsset as a self-contained .pxntile including its image sources. Use it
when the asset must reload in another project without its original nodes.
Usage tips
- Connect the asset-producing node to
assetand setsave_modetoCreateIfMissingorOverwriteonly when you actually want to save. - Choose
CreateIfMissingto protect existing files; useOverwriteonly for an explicit replace. - After saving, load it back with
tile_asset_loadto confirm the same asset hash and images round-trip.
Common pitfalls
- Nothing is written while
save_modeisDisabled— the default that prevents accidental re-saves during normal evaluation. - An asset with missing runtime source images cannot be made self-contained; reconnect the upstream images before saving.
Related nodes
tile_asset_loadtile_palette_savetile_canvas_save