I have been trying to deploy a Unity application to the Hololens 2 emulator for a while now and have not found a solution that works.
I have run through every troubleshooting document and uninstalled and reinstalled every program to try and find the right fit but keep getting the same error. I have gotten the application to deploy to the Hololens device itself, but the emulator refuses to open. I can install the emulator with no errors and have the updated SDK and have verified all the project settings with the development page. Any suggestions on what to do next?
Can you please share the output of running the following two commands in an Administrator PowerShell window? I suspect you're hitting an installation issue that's placing the emulator into the wrong folder.
(Get-Item -path "${env:ProgramFiles(x86)}\Windows Kits\10\Microsoft XDE\10.0.18362.0\XDE.exe").VersionInfo.ProductVersion
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots\" -Name "KitsRoot10"
User contributions licensed under CC BY-SA 3.0