Creation of asset "Save / Load Lite" New

New/Edit
Title Save / Load Lite
Description Free single-slot JSON save/load for Godot 4.5+.

A SaveLite autoload plus a Saveable component. Mark nodes saveable, choose which
properties persist from the Inspector (allowlist), and write/read one JSON slot.

- save() / load() / has_save() / delete_save()
- per-node property allowlist, Inspector-driven
- signals: save_completed, load_completed, save_failed, load_failed

Pure GDScript, no dependencies, MIT. Runnable demo included. A Pro version adds
multi-slot, encryption, schema migrations, autosave, atomic writes and an editor dock.
Category Scripts
License MIT
Repository Provider GitHub
Repository Url https://github.com/seloc0des/godot-save-load-lite
Issues Url https://github.com/seloc0des/godot-save-load-lite/issues
Godot version Godot 4.5
Version String 1.2.0
Download Commit 36a6fa3764435d395941d6338ed45ec44af25421
Download Url (Computed) https://github.com/seloc0des/godot-save-load-lite/archive/36a6fa3764435d395941d6338ed45ec44af25421.zip
Icon Url https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/marketing/screenshots/01-hero-default.png
Thumbnail https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/marketing/screenshots/01-hero-default.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/marketing/screenshots/02-state-changed.png
Thumbnail https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/marketing/screenshots/02-state-changed.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/marketing/screenshots/03-saved-to-disk.png
Thumbnail https://raw.githubusercontent.com/seloc0des/godot-save-load-lite/main/marketing/screenshots/03-saved-to-disk.png