【发布时间】:2017-04-03 15:38:50
【问题描述】:
我有我的插件,但是当我输入时:
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
【问题讨论】:
标签: unity3d google-play-services google-play-games