playMaker

Author Topic: New build overwrites save information  (Read 1315 times)

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
New build overwrites save information
« on: December 03, 2014, 02:01:27 AM »
Hi,

Im just wondering what the best way to create save information is so that it doesn't overwrite save information?

I am using easysave 2, and for instance if I have my high score setup, I obviously want it to start at 0. but If I push a new build out to my testers that will overwrite their saved high score.


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: New build overwrites save information
« Reply #1 on: December 05, 2014, 01:37:03 AM »
Hi,

 EasySave uses UserPrefs and they won't be overwritten with new installs, unless, the user wipes the app complelty from the device or you explicitly in your app code overwrite data.

Unless I mistaken the way you use EasySave?

 Bye,

 Jean