I want to save the game settings to a ScriptableObject, for example total player point, camera settings, general settings etc.
I was hoping to be able to change the values in the editor, as well as by the players at runtime. Unfortunately two issues have arisen, firstly the changes don’t serialize between Scenc, setdirty can not be used at runtime.
the data that the player change in run time will not be saved , and it will go back to it’s default value.
Any suggestions?