Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A save system for Godot C#.Requirements:- Godot 4.2.x Mono Version.- Installed Newtonsoft.Json package.Features:- Saving entire node trees.- Uses Newtonsoft.Json for serialization and deserialization.- Supports both encrypted, compressed and regular mode.- ISaveable interface to allow modular save/load structures.For more details, visit the GitHub repo.
A save system for Godot C#.
Requirements:
- Godot 4.2.x Mono Version.
- Installed Newtonsoft.Json package.
Features:
- Saving entire node trees.
- Uses Newtonsoft.Json for serialization and deserialization.
- Supports both encrypted, compressed and regular mode.
- ISaveable interface to allow modular save/load structures.
For more details, visit the GitHub repo.
Reviews
Quick Information

A save system for Godot C#.Requirements:- Godot 4.2.x Mono Version.- Installed Newtonsoft.Json package.Features:- Saving entire node trees.- Uses Newtonsoft.Json for serialization and deserialization.- Supports both encrypted, compressed and regular mode.- ISaveable interface to allow modular save/load structures.For more details, visit the GitHub repo.