Edit of asset "Save Engine" Accepted

Old/Current New/Edit
Title Save Engine Save Engine
Description Save and load game mechanics with slots and autosave.

Beta version.

Includes:

SaveService:
It's the main singleton service of the plugin, used to save, load, delete and list save slots.

SaveAgent:
Must be placed on a scene that pretends to be saved, handles all saving process for the scene, there's no need to call SaveService methods on the scene. If there’s an loaded slot and in this slot there’s data related to the scene, it will automatically apply the saved data to the nodes that contains the SaveElement child.

SaveElement2D and SaveElement3D:
Must be placed on a node or scene that pretends to have the properties saved, handles the serialization and load of the object. Used by the SaveAgent to save and load the scene elements. Specific properties to be saved can be set on the inspector.

See documentation on Github
and Examples on the plugin repository.
Save and load game mechanics with slots and autosave.

Beta version.

Includes:

SaveService:
It's the main singleton service of the plugin, used to save, load, delete and list save slots.

SaveAgent:
Must be placed on a scene that pretends to be saved, handles all saving process for the scene, there's no need to call SaveService methods on the scene. If there’s an loaded slot and in this slot there’s data related to the scene, it will automatically apply the saved data to the nodes that contains the SaveElement child.

SaveElement2D and SaveElement3D:
Must be placed on a node or scene that pretends to have the properties saved, handles the serialization and load of the object. Used by the SaveAgent to save and load the scene elements. Specific properties to be saved can be set on the inspector.

See documentation on Github
and Examples on the plugin repository.
Category Tools Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/CiaNCI-Studio/SaveEngine https://github.com/CiaNCI-Studio/SaveEngine
Issues Url https://github.com/CiaNCI-Studio/SaveEngine/issues https://github.com/CiaNCI-Studio/SaveEngine/issues
Godot version Godot 4.3 Godot 4.3
Version String 1.0 1.0
Download Commit 14aafb63015b6b1897049507eac0c4ea7bfa0b8b 14aafb63015b6b1897049507eac0c4ea7bfa0b8b
Download Url (Computed) https://github.com/CiaNCI-Studio/SaveEngine/archive/14aafb63015b6b1897049507eac0c4ea7bfa0b8b.zip https://github.com/CiaNCI-Studio/SaveEngine/archive/14aafb63015b6b1897049507eac0c4ea7bfa0b8b.zip
Icon Url https://github.com/CiaNCI-Studio/SaveEngine/blob/main/images/SaveEngine.png?raw=true
https://github.com/CiaNCI-Studio/SaveEngine/blob/main/images/SaveEngine.png?raw=true