PlayerPrefs won't save after updating app.

I’m using Unity for Android. I updated my game to a new version and now only the old settings are being loaded for existing users. Any changes made after updating revert to the old values pre-update. I changed nothing in the saving code.

Where does PlayerPrefs save to? It must have changed in the update, but why does it remember the old settings and not the new? I’ve got support emails now and I have no answer to give them.

Any ideas?

I’m not sure where the data is held for Andriod, but have you checked your company/product name haven’t changed since your last version? (Found in Project Settings > Player)

The only thing I changed was the bundle version number. I’m going to have to roll my own storage, I guess. Between this and the iOS 4.3 bug that will likely cause my app to fail review has me really frustrated. Unity is tough love.

That does sound like a very odd bug indeed. Sorry I couldn’t help

No problem. Thanks for offering. :slight_smile: