如何在Unity 5.5f中玩Google Play游戏?

时间:2017-04-03 15:38:50

标签: unity3d google-play-services google-play-games

我有我的插件,但是当我输入时:

PlayGamesPlatform.Activate ();
((PlayGamesPlatform)Social.Active).Authenticate ((bool success) => {}, true);

我有这个问题:

  

C:\ Users \ Espada \ Desktop \ Unity Workspace \ Crashball \ Assets \ GooglePlayGames \ ISocialPlatform \ PlayGamesLocalUser.cs(18,18):错误CS0535:' GooglePlayGames.PlayGamesLocalUser' no implementa el miembro de interfaz' UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action)' (CS0535)(Assembly-CSharp)

     

C:\ Users \ Espada \ Desktop \ Unity Workspace \ Crashball \ Assets \ GooglePlayGames \ ISocialPlatform \ PlayGamesPlatform.cs(18,18):错误CS0535:' GooglePlayGames.PlayGamesPlatform' no implementa el miembro de interfaz' UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action)' (CS0535)(Assembly-CSharp)

如何激活我的插件?什么插件使用?我使用:GooglePlayGamesPlugin-0.9.01-force-same-gms-version这是正确的吗?

我只是找到(我想)解决方案,但我不知道它是怎么做的,怎么样?我在剧本中写了什么?

https://github.com/playgameservices/play-games-plugin-for-unity/pull/1500/files

1 个答案:

答案 0 :(得分:1)

  

找到(我认为)解决方案,但我不知道怎么做,怎么样?   我在剧本中写了什么?

点击GitHub上link上的查看图标。它将显示整个PlayGamesLocalUser.cs文件更改。

复制该代码,转到 Assets / GooglePlayGames / ISocialPlatform / PlayGamesLocalUser.cs ,然后用您刚才的代码替换 PlayGamesLocalUser.cs 文件中的任何内容复制。

以下是我正在谈论的 View 图标:

enter image description here

here是点击它时会得到的链接。