简体   繁体   English

无法启用Unity C#调试Hololens

[英]can not enable Unity C# debugging Hololens

I want to build app for a Hololens project, However I can not check the Unity C# projects in the debugging checkbox.Is there a way to activate it ? 我想为Hololens项目构建应用程序,但是我无法在调试复选框中检查Unity C#项目,是否可以激活它?

在此处输入图片说明

You're currently targeting any device and not just hololens. 您目前定位的是任何设备,而不仅仅是Hololens。 Since you want to make an application for the HoloLens I'm guessing you already have the Holotoolkit imported. 由于您想为HoloLens申请,我想您已经导入了Holotoolkit

If you haven't, then I'd recommend you do so as this is a great starting point for any Hololens application and it has a lot of useful tools which will make developing for hololens much easier. 如果您还没有这样做,那么我建议您这样做,因为这对于任何Hololens应用程序都是一个很好的起点,并且它具有许多有用的工具,这将使Hololens的开发更加容易。

If you do, you can select the Holotoolkit -> configure -> project settings. 如果这样做,则可以选择Holotoolkit->配置->项目设置。 This will configure your project settings for the Hololens. 这将配置Hololens的项目设置。 When you've done that you should be able to use Debugging C# projects 完成后,您应该可以使用Debugging C#项目

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

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