【发布时间】:2015-02-24 06:59:29
【问题描述】:
我正在使用 Google play services 云保存游戏开发基于 unity3d 的农场游戏。
我需要获取我朋友的游戏状态以访问他们的农场。
是否可以使用 Google play 游戏服务?
【问题讨论】:
标签: unity3d google-play-services google-play-games google-cloud-save
我正在使用 Google play services 云保存游戏开发基于 unity3d 的农场游戏。
我需要获取我朋友的游戏状态以访问他们的农场。
是否可以使用 Google play 游戏服务?
【问题讨论】:
标签: unity3d google-play-services google-play-games google-cloud-save
Parse.com 可能是一个很好的解决方案。它是一个云数据库(支持云逻辑),与编程语言(包括 Unity/C#/Javascript)很好地集成。
【讨论】:
不,保存的游戏数据是针对每个游戏的每个用户存储的,因此无法访问其他玩家的游戏状态。在开发者网页上有更多关于如何计算存储的详细信息:https://developers.google.com/games/services/common/concepts/savedgames
【讨论】: