Unity3d Google Play游戏InvalidCastException:无法从源类型转换为目标类型

时间:2016-08-01 12:19:52

标签: c# android unity3d

我在Unity3d编辑器中犯了这个错误:

InvalidCastException: Cannot cast from source type to destination type.
LeaderboardFunctions.Show_COINS_Leaderboard () (at Assets/LeaderboardFunctions.cs:53)

但很奇怪,因为我使用相同的代码其他项目,但这个项目即将到来。

((PlayGamesPlatform)Social.Active).ShowLeaderboardUI(Leaderboard.leaderboard_highscores); PlayGamesPlatform giving error.

0 个答案:

没有答案