我为 GooglePlayGameServices 添加Prime31插件,但它不想进行身份验证并发送错误:“UI 线程上的异常运行命令”
if( GUILayout.Button( "Authenticate" ) )
{
PlayGameServices.authenticate();
}
public static void authenticate()
{
if( Application.platform != RuntimePlatform.Android )
return;
_plugin.Call( "authenticate" );
}
我完成了本教程的所有步骤。