
Publisher
gianptdev
SettingCore
Small tool to make simple settings for a godot project, include file saving/loading with objects. It include a demo folder whit a basic example.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Settings-Core

SettingsCore is a small tool that define a basic system to store settings in the Godot engine projects using a singletone and objects.
Each setting can have an unique name and is instanced as an object with signals to alert any changes.
- For more info you can see the wiki.
Installation
Simply download the project from the asset library or from this repository and import everything in the addons folder in you desired project.
Make sure to define a new singletone whit the SettingsServer.tscn scene.