Unity3D保存字符串数据到ICloud
Unity3D saving string data to ICloud
我正在使用 Unity3D 开发游戏项目,我想将(字符串或二进制没问题)保存到 icloud。我需要它来实现游戏进度同步。我在网上搜索但找不到解决方案。我用的是google play services cloud,非常好用。但是当我开始上传和下载数据时,我不知道该怎么做。
任何帮助:)
谢谢
要将其存储在 iCloud 上,您必须为 Unity3d 编写自定义 iOS 插件。
我在 github 上找到了这个插件:
https://github.com/phamtanlong/unity-ios-keychain-plugin
我正在使用 Unity3D 开发游戏项目,我想将(字符串或二进制没问题)保存到 icloud。我需要它来实现游戏进度同步。我在网上搜索但找不到解决方案。我用的是google play services cloud,非常好用。但是当我开始上传和下载数据时,我不知道该怎么做。 任何帮助:)
谢谢
要将其存储在 iCloud 上,您必须为 Unity3d 编写自定义 iOS 插件。
我在 github 上找到了这个插件:
https://github.com/phamtanlong/unity-ios-keychain-plugin