简体   繁体   中英

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 ?

在此处输入图片说明

You're currently targeting any device and not just hololens. Since you want to make an application for the HoloLens I'm guessing you already have the Holotoolkit imported.

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.

If you do, you can select the Holotoolkit -> configure -> project settings. This will configure your project settings for the Hololens. When you've done that you should be able to use Debugging C# projects

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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