Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
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
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.
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.
Reviews
Quick Information
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.