Update existing save file

Hello everyone, I have a question: Is it possible to update or rewrite an existing save file? In my game save file stores some variables and everything loads and saves as expected. But after an update where I added new variables to the save file it saves them only in “new game”, but existing save file did not update and ignored new variables.

1 Like

I think it might be how you’ve written the update code.

If you make a test, and start adding new variables to an old save file, the system will save and load them.

I’m wondering if your update is somehow using its current value, when it has none?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.