从Unity中访问Google玩游戏服务中的用户数据

时间:2015-03-01 12:24:03

标签: unity3d google-play-games

我想在我的Unity游戏中实施Google Play游戏服务,以获得排行榜,成就等。如何获取用户数据,如姓名,出生日期等?我在这里使用Google Play游戏服务统一插件: https://github.com/playgameservices/play-games-plugin-for-unity

1 个答案:

答案 0 :(得分:0)

您可以通过以下某个功能访问他们的名字:

PlayGamesPlatform.Instance.RealTime.GetSelf().Displayname

但您无法访问其他角色信息。