Questions tagged [hololens]

Applicable for all questions related to development for Microsoft HoloLens devices and the Mixed Reality platform.

Microsoft HoloLens, is a pair of mixed reality head-mounted smartglasses developed and manufactured by Microsoft Corporation. HoloLens gained popularity for being one of the first computers running the Windows Holographic platform under the Windows 10 operating system. HoloLens 1 was released in 2016 and is no longer available. HoloLens 2 is expected end of 2019 and available for preorder through Microsoft.

Developing apps for HoloLens can be done through Unity and of course DirectX. Because the device is not publicly available, you will need to purchase a developer kit to test applications you develop, although there is a HoloLens emulator that comes through the development overview.

1440 questions
6
votes
3 answers

HoloLens holographic app

When you use the "Holographic DirectX 11 App" template in Visual Studio, it creates an app that occupies the entire HoloLens view (I believe it's call the Holographic View). How do you build a Holographic App like the Hologram demos where you can…
howardlo
  • 1,401
  • 1
  • 15
  • 20
6
votes
6 answers

Hololens Apps Will No Longer Build - Cites Metadata file missing and c-Sharp.firstpass not found

I have followed the exact steps Microsoft lists under multiple projects within their Microsoft Holographic - Academy tutorials. I completed them all, and all of them worked just fine from creation to export and testing. This is using Unity3D / C#…
6
votes
2 answers

Can't deploy to HoloLens emulator

Just created default project Holographic DirectX11 App (Universal Windows) in VS2015 Update 2 with HoloLens emulator installed and hit F5. HoloLens emulator starts loading, but at some point The emulator is unable to connect to the device operating…
5
votes
1 answer

HoloLens - Unity: How to change color of cursor?

I tried to change the color via script on runtime of the cursor and it worked to 75%: Mesh_top is the only part that does not change the color and I dont know why. All 4 parts use the same material, named "cursormaterial". What I tried: Changing…
Perazim
  • 1,501
  • 3
  • 19
  • 42
5
votes
2 answers

HoloLens SpatialMapping not available

I'm working on the tutorial MR Basics 101: https://learn.microsoft.com/en-us/windows/mixed-reality/holograms-101 And set everythings up as suggested in this article: https://learn.microsoft.com/en-us/windows/mixed-reality/install-the-tools But when…
NPadrutt
  • 3,619
  • 5
  • 24
  • 60
5
votes
1 answer

DLL not found in Hololens project. (are you missing a using directive or an assembly reference?)

I have created a Unity (2018.2.13f1) project, and I want to add a DLL to get information from an external device thru WiFi to plog information in the HoloLens. I add the .dll file in the assets folder. When I create a script to get info form my…
isaura almar
  • 406
  • 5
  • 11
5
votes
1 answer

Combine a XAML (WPF) app in Unity with MixedRealityToolkit

I am new to HoloLens development, so I hope this is not a too basic thing to ask. I currently have developed a 2D XAML (WPF/UWP) interface in Visual Studio which is being developed for and tested on a HoloLens. Everything is working great and the…
jbrulmans
  • 975
  • 1
  • 11
  • 32
5
votes
0 answers

Debug Edge on HoloLens

I'm currently working on a WebApp. This app should also be usable on a Microsoft Holo Lens. Therefore I need Webdebugging for the HoloLens. Does anybody have an idea how to achieve this? There Is no option on the WindowsDevicePortal (as far as I…
breezertwo
  • 585
  • 7
  • 26
5
votes
1 answer

Hololens TCP Sockets - Python Client to Hololens Server

After a couple weeks of frustration I was finally able to send a string from a Python client to a Hololens server. The code is below and runs perfectly. However, I was wondering if someone experienced with sockets could help me modify this code to…
James Pog
  • 91
  • 2
  • 6
5
votes
1 answer

How can I deploy an application to Hololens without VS?

I've developed an application for Hololens, so the only way I know to install the application in hololens is by visual studio, so I want an application package to be able to install without needing Visual Studio. I tried to follow this tutorial here…
Bruno Araujo
  • 435
  • 4
  • 15
5
votes
0 answers

Error while building project hololens - Error: CS0006 "...\Assembly-CSharp-firstpass.dll" can not found

I'm building a simple project for Hololens. Unique scene with a simple Cube. I follow this tutorials for make it: -> https://developer.microsoft.com/en-us/windows/mixed-reality/holograms_100 ->…
Zkk
  • 741
  • 13
  • 29
5
votes
2 answers

Hololens Build Failing - The command AssemblyConverter.exe exited with code 1

After updating to the latest version of VS 2017 (version 15.3.2) my Hololens builds generated from Unity keep failing with this message : The command ""C:\TestFile\HoloBuild\VSApp\Unity\Tools\AssemblyConverter.exe" -platform=uap…
Pierre P.
  • 890
  • 1
  • 18
  • 41
5
votes
2 answers

Hololens store submission input not working

Building from VS to device works just fine. But building with Master settings and then it won't do. Since master is required for store submission then, downloading from store is getting the problem. I have been trying to track the issue, and…
Everts
  • 10,408
  • 2
  • 34
  • 45
5
votes
3 answers

HoloLens Emulator with Visual Studio 2017 RC

Has anyone of you successfully managed to install the HoloLens Emulator with only Visual Studio 2017 present on the system?
Tobi
  • 183
  • 1
  • 10
5
votes
2 answers

HoloLens websockets

I'm trying to program a websocket client for the HoloLens using System.Net.Sockets;. It works in Unity but when I try to build it for the HoloLens I get errors like: Socket does not contain a definition of Connect The websocket libraries for Unity…
J. Daniel
  • 373
  • 3
  • 18
1
2
3
95 96