【发布时间】:2015-08-07 14:44:22
【问题描述】:
我为 GooglePlayGameServices 添加了 Prime31 插件,但它不想进行身份验证并发送错误:“UI 线程上的异常运行命令”
if( GUILayout.Button( "Authenticate" ) )
{
PlayGameServices.authenticate();
}
public static void authenticate()
{
if( Application.platform != RuntimePlatform.Android )
return;
_plugin.Call( "authenticate" );
}
我完成了所有this 教程步骤。
【问题讨论】:
标签: unity3d google-play-games prime31