- Home /
Question by
cecarlsen · Feb 25, 2016 at 03:16 PM ·
playerprefs
How to convert PlayerPrefs file between OSX and Windows?
I have an app build for both OSX and Windows and I want the user to be able to move PlayerPrefs between the two platforms. Is there a way to convert the .plist file from OSX to registry file on Windows and back again? Without networking.
Comment
Everything is possible... but I'd say it's probably easier to not use playerprefs and save your things as json in a file so you can use the same format on both systems.
Your answer
Follow this Question
Related Questions
Saving Data for a Multiplayer Game 1 Answer
Save a Toggle Group state? 1 Answer
How can i save long value in playerPrefs ???? 1 Answer
Unable to set Rotation 1 Answer