【发布时间】:2021-11-30 11:46:13
【问题描述】:
我正在尝试将一个简单的统一应用程序部署到 Hololens v2 模拟器。我按照一些教程根据 Hololens 构建框架构建了统一文件。 Microsoft 的教程显示在 Visual Studio 2019 中有一个选项可以将调试器连接到 hololens v2 仿真器应用程序,但在我安装的 Visual Studio 中不存在这样的选项,尽管它符合规定的要求,版本 19.2 或更高版本。我的是 19.11
My version of Visual studio is 19.11, which should meet the requirement of 19.2 or later
这里:https://docs.microsoft.com/en-us/windows/mixed-reality/develop/platform-capabilities-and-apis/using-visual-studio?tabs=hl2 它显示了一个直接针对模拟器的选项,以及一个针对远程设备的选项(如果使用物理全息透镜)。我的调试设置中没有任何选项。 What the tutorials show
有没有人知道如何解决这个问题?我已经多次更新了 Visual Studio。
【问题讨论】:
标签: visual-studio hololens hololens-emulator