Hello everyone!
I got a little question
I am building an asset at the moment and I am struggling with something.
I created a settings page where users can enter details and stuff, but how do I get these to the release build? I can save them in files at editor runtime but then when building, these files are ofc not taken with into the build. So what is the best method of doing so ?
I tought of creating automated code based on the settings that gets executed on the first run but that is suboptimal at best.
Any suggestions?
Thanks!