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.
| Tool | Effect | Description |
|---|---|---|
save_configure_autosave | writes | Configure auto-save settings: interval, max rotating slots, |
save_copy_slot | writes | Copy/duplicate a save slot to a new name. Copies all save files |
save_create_slot | writes | Create a named save slot with metadata. Save slots organize multiple |
save_delete | writes | Delete a key from a save file, or delete the entire save file. |
save_exists | read-only | Check if a save file or a key within a save file exists. |
save_export | read-only | Export save data to portable JSON for backup, transfer, or debugging. |
save_import | writes | Import save data from a previously exported JSON file. |
save_list_keys | read-only | List all keys in a save file with their value types and metadata. |
save_list_slots | read-only | List all save slots with their metadata, sorted by modification date |
save_migrate | writes | Run version migration on a save file. Detects the current save version |
save_read | read-only | Load data from a save file by key. Returns the deserialized value as JSON. |
save_write | writes | Save data to a file with the given key. Supports JSON and binary formats, |