Hololens- Failed to Connect to Device

前端 未结 3 1951
再見小時候
再見小時候 2020-12-21 05:36

I realize this question was asked elsewhere, but the answers seem to direct towards the paring process between Hololens and a PC, which is part of my problem.

I made

相关标签:
3条回答
  • 2020-12-21 05:59

    If after the update to windows 10 the problem still happens, here is a simple way to solve it.

    First I was running applications in the Hololens already when suddenly I got the error message described in the original question.

    So, I went to the Project Properties. The Debug Tab. There there is the "Remote Machine" space. My Hololens was selected there. But I pressed the [Find] Button and in the window that appeared I selected my hololens (it was on). Alternatively you could put the Hololens IP address there. Put Ok and voila! it works as before

    0 讨论(0)
  • 2020-12-21 06:01

    I was in a similar situation recently. I don’t have the pro windows 10 version therefore no Hyper-V. However i was able to establish the connection Using the Hololens App from the Windows store, after connecting i created a new user and then i was able to pair using Wifi and USB

    0 讨论(0)
  • 2020-12-21 06:19

    Building for Hololens requires UWP. To build UWP app for Unity these requirements must be met:

    • Unity 5.2 or later
    • A Windows 10 machine
    • Visual Studio 2015 RTM, (the minimum version is 14.0.23107.0). Please note that earlier versions, for example Visual Studio RC, are not supported in Unity 5.2.
    • You’ll also need to install the Windows 10 SDK.

    Like you mentioned, you are using Windows 8 but Windows 10 is required. You can read more bout this on Unity blog.

    0 讨论(0)
提交回复
热议问题