标签: c# unity3d google-play-services
我在实施Google Play服务时遇到问题。用户登录有效,Social.ReportScore也有效,问题,显示排行榜用户界面不起作用。
Social.ReportScore
这是我在按下按钮时调用的方法:
((PlayGamesPlatform) Social.Active).ShowLeaderboardUI (myString);
知道如何解决?