sk Skill · ukanwat
save-systems
Design save/load for game state — choosing what to serialize, file formats, save slots, atomic crash-safe writes, schema versioning and migration, and autosave. Engine-neutral. Use when the user mentions save system, save/load, game state persistence, save slots, autosave, save file corruption, or migrating old saves to a new version.
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
pythongdscriptShelldisciplines
- Host repository
- ukanwat/aaabench
- Category
- disciplines
- Compatible with
- Engine-agnostic. Snippets in GDScript-like / Python pseudocode, pairs with Godot FileAccess/ResourceSaver, Unity serialization, or roblox-datastores.
- Licence
- Apache-2.0
- Host stars
- 385
- Host language
- Shell