List of Savers
Pre-built saver components included in GS_Core — ready-to-use entity persistence without writing code.
Pre-built saver components included in GS_Core — ready-to-use entity persistence without writing code.
The central save/load controller — manages save files, triggers global persistence events, and provides data access for all savers.
The base class for entity-level save handlers — override BuildSaveData() and ProcessLoad() to persist any component data automatically.
Lightweight key-value progression tracking — store and retrieve named integer records without writing a custom saver.
The persistence system — save files, load data, and track progression with managers, savers, and record keepers.