我有我的插件,但是当我输入时:
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