Hey there.
The HoloLens 2 Emulator doesn’t recognize any mouse or Keyboard Input and it also doesn’t have an internet Connection.
It takes ages to even load. Some of the Options on the Right are greyed out, as you can see in the screenshot.
My guess is that it has something to do with me using a Proxy. I can’t turn it off though because it’s my work’s Computer and it won’t allow any Internet Access unless it’s through their Proxy Server.
I’ve had a similar issue with the Unity Hub and the solution there was to do this:
HTTP_PROXY = http://username:password@proxy.domain.com:port
HTTPS_PROXY = http://username:password@proxy.domain.com:port
NO_PROXY= localhost,.domain.com,127.0.0.1
UNITY_NOPROXY= localhost,.domain.com,127.0.0.1
in the command prompt.
Maybe the solution here is something similar.
I’ve already tried reinstalling it and I am running it as admin. It is not blocked by my Firewall.
Specs:
Microsoft Windows 10 Enterprise x64
Intel(r) Core™ i7-6700 CPU
16GB RAM
NVDIA Geforce GTX 750 Ti
Thanks for any help.
