Godot Save Load Systems

Persists Godot 4.7+ game state with FileAccess JSON or store_var, user:// slots, PERSIST-group snapshots, schema versioning, AES-encrypted files, and SHA-256 integrity. Trigger on save/load, auto-save, encrypted slots, or save migration. Not for AutoLoad singleton wiring (godot-autoload-architecture) or dialogue-node persistence. Never write absolute OS paths or serialize Node references.

Kayforkind b1de46e 4 files · 20.3 KB Updated

File contents

Kayforkind/skill-slice commit b1de46e5a2

Frequently asked questions

npx skillmds@latest add kayforkind/godot-save-load-systems