-
Notifications
You must be signed in to change notification settings - Fork 0
* Data Files & Settings System
yart edited this page Jul 7, 2025
·
2 revisions
There's a DataFile
component that lets you store any type of JSON-serializable data in a file and have it auto-save and load on start.
It's not entirely done.. and it needs more testing. Whatever though.
Not done yet either but you'll be able to just slap a [Setting(id, ..)]
attribute on a static property and have it automatically saved and loaded.
You'll also be able to open a UI to see them all listed and categorized and blah blah.