How would I go about copying the playerprefs to another app?
Export package …
Sorry, I didn’t make myself clear.
My situation is this:
I have an app that stores lots of things in playerprefs. I have beta testers that lose their progress in the game every time they install an update (delete existing app, add app to itunes, sync).
I need a way to transfer or preserve the playerprefs. Copying would be ideal, because in the event of a bug they could send me their playerprefs and I could plug it in to get to their game state.
The doc page for PlayerPrefs gives the location of the file used to store the prefs.
Sorry i read another project .
I think your only solution for importing objects into a game is already compiled is “AssetBundle” .
That page doesn’t show anything for iPhone though.
That page doesn’t show anything for iPhone though.
Disreguard
Well I’m confused
you can’t
you would have to write an own system that stores the data in a public place, not the apps own data folder