SettingCore
G

Publisher

gianptdev

SettingCore

Tools
Settings Singleton Configuration Signals Saving Loading Demo Example

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.

Settings-Core

image

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.