Skip to content

* Data Files & Settings System

yart edited this page Jul 7, 2025 · 2 revisions

Data Files

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.

Settings System

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.

Clone this wiki locally