问题描述
我在Windows 10 Insider Preview 10.0.17711上运行Unity 2018.1.7f1,突然间我无法将我的应用程序的调试版本部署到HoloLens.最新的OS预览版或新版本的Unity似乎都存在问题.
I'm running Unity 2018.1.7f1 on Windows 10 Insider Preview 10.0.17711, and suddenly I can't deploy a debug version of my app to HoloLens. It seems to be an issue either with the latest OS preview, or the new version of Unity.
我安装了最新的VS2017,安装了所有Windows SDK,直到当前的10.0.17134.0,以及最新的HoloLens模拟器/VS2017模板.我尝试使用PowerShell(Add-AppxPackage)添加缺少的框架.陷入困境.
I have the latest VS2017 installed all the Windows SDKs installed up to the current 10.0.17134.0, and the latest HoloLens emulator/VS2017 templates. I've tried adding the missing framework using PowerShell (Add-AppxPackage). Stumped.
推荐答案
我遇到了同样的问题.然后,我想起即使在Microsoft的教程release
版本中也使用了debug
.
I had same issue. Then I remembered that even in Microsoft's tutorial release
version is used instead of debug
.
我指的是以下文本:
您可以在两个教程中找到相同的说明:
You can find same instruction in both tutorials:
现在,我意识到这并不能直接解决您的问题,因为您将部署发行版而不是调试一个版本,但是我想可能还有其他人在此问题上遇到绊脚石,因此您至少可以继续开发,如果Microsoft不使用调试版本,而不仅仅是不打算使用它.
Now I realize that this doesn't solves your issue directly because you will be deploying release version and not debug one but I guess that there might be others stumbling upon this issue so this way you can at least continue developing, and if Microsoft doesn't use debug version than just maybe it isn't meant to be used.
这篇关于HoloLens/Unity-缺少调试框架错误DEP8000的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!