简体   繁体   English

VR / AR工具包问题

[英]VR/AR Toolkit issue

I tried to create the Hello World example but when I play the scene I get the following error: 我尝试创建Hello World示例,但在播放场景时出现以下错误:

AsyncRequestCompleted The remote server returned an error: (422) Unprocessable Entity. AsyncRequestCompleted远程服务器返回错误:(422)无法处理的实体。 UnityEngine.Debug:Log(Object) Autodesk.Forge.ARKit.RequestQueueMgr:AsyncRequestCompleted(Object, AsyncCompletedEventArgs) (at Assets/Forge/CodeBase/RequestQueue.cs:322) UnityEngine.UnitySynchronizationContext:ExecuteTasks() UnityEngine.Debug:Log(Object)Autodesk.Forge.ARKit.RequestQueueMgr:AsyncRequestCompleted(Object,AsyncCompletedEventArgs)(位于Assets / Forge / CodeBase / RequestQueue.cs:322)UnityEngine.UnitySynchronizationContext:ExecuteTasks()

The game scene then just displays as black. 然后,游戏场景仅显示为黑色。 Any ideas? 有任何想法吗? I'm using the latest toolkit (Nov 2018). 我正在使用最新的工具包(2018年11月)。

Cheers, Chris 克里斯,干杯

There was an issue in the new version of the toolkit where certain web requests to the server would contain an unsupported HTTP header, ending with a 422 error code. 该工具包的新版本中存在一个问题,其中对服务器的某些Web请求将包含不受支持的HTTP标头,并以422错误代码结尾。 On Wednesday, Jan 9, around 5:00PM CET, we deployed a fix to the production servers which addresses the issue. 1月9日(星期三)欧洲标准时间下午5:00,我们在生产服务器上部署了解决此问题的修复程序。 If you're still seeing the issue, please send us an email to forge [dot] help [at] autodesk [dot] com with details (urn, time of the request, etc.) and we'll get back to you. 如果您仍然遇到问题,请给我们发送电子邮件,以在Autodesk [dot] com上伪造[dot]帮助,并提供详细信息(n,请求时间等),我们将尽快与您联系。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM