Skip to main content

SaveSystem

12 tools in this family (folder Editor/Tools/SaveSystem/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
save_configure_autosavewritesConfigure auto-save settings: interval, max rotating slots,
save_copy_slotwritesCopy/duplicate a save slot to a new name. Copies all save files
save_create_slotwritesCreate a named save slot with metadata. Save slots organize multiple
save_deletewritesDelete a key from a save file, or delete the entire save file.
save_existsread-onlyCheck if a save file or a key within a save file exists.
save_exportread-onlyExport save data to portable JSON for backup, transfer, or debugging.
save_importwritesImport save data from a previously exported JSON file.
save_list_keysread-onlyList all keys in a save file with their value types and metadata.
save_list_slotsread-onlyList all save slots with their metadata, sorted by modification date
save_migratewritesRun version migration on a save file. Detects the current save version
save_readread-onlyLoad data from a save file by key. Returns the deserialized value as JSON.
save_writewritesSave data to a file with the given key. Supports JSON and binary formats,