- Home /
Question by
UDN_bf854b32-b089-4b56-887c-0e0e33d6c3cf · Oct 15, 2017 at 02:21 PM ·
androidplayerprefsgoogle play gamescloudbackup
Google Cloud PlayerPrefs Plugin
Is there a plugin that allows me to easily synchronize key-value pairs via the Google Cloud (Android only)?
For iOS there exist things like the iOS Keychain Plugin in the asset store, but I have not yet seen something equivalent for Android.
I realized that the play games plugin allows to store and retrieve savegames from Google Cloud as binary files with a junk of metadata associated to them: https://github.com/playgameservices/play-games-plugin-for-unity
However, I need to store key-value pairs rather than binary files. Unfortunately I do not have the time to implement and test such a plugin myself right now.
Comment