Releases: locker-godot/locker
Releases · locker-godot/locker
v1.0.2
1.0.1
Launch Version
This release consists of all the scripts, their icons, the LICENSE
document (MIT) and a README.md
file, so that you can have them in handy if needed.
The functionalities this version brings includes, but are not restricted to:
- The singleton
GlobalStorageManager
responsible for managing the save data access; - Two default
AccessStrategies
: theEncryptedAccessStrategy
and theJSONAccessStrategy
; - Asynchronous operations in a separate
Thread
; - Partitioned storage, to increase performance;
- Optional separation in multiple save files;
StorageAccessorVersions
to optionally facilitate file versioning;- Configurations through
ProjectSettings
.