Making an Update
SamsonSimhonScomp
Member, PRO Posts: 12
If I create an update on my game, will players Saved variables/progress be lost?
Thanks
Comments
Anyone know?
In general, the answer is NO, the progress won't be lost. But it does depend how you have things set up in your app (update).
Unless your logic rewrites the data (for example saving it before loading it), all saved attributes and tables are not modified with an update.