Windows Mixed Reality (formerly Windows Holographic) is a Virtual and Augmented reality platform introduced in Windows 10 that combines support for Microsoft HoloLens and newly developed Windows Mixed Reality immersive headsets.
Questions tagged [windows-mixed-reality]
242 questions
1
vote
1 answer
Unable to build and run Unity application on HoloLens 2
I'm trying to build my first HoloLens app using Unity. I imported the MRTK and its features. I also connected the HoloLens through USB. As soon as I press "Build and Run" it provides 3 errors. My build settings for Universal Windows Platform are the…

Arsi
- 163
- 9
1
vote
1 answer
Add dll´s from .nupkg to Unity Project without using nuget
I am trying to use Microsoft´s WorldLockingTools (repo see here) in my Unity Mixed Reality project. Therefore I need to add the Frozen World Engine DLL to my Unity Project. In Microsoft´s Documentation they describe to do this via nuget. I want to…

JJCodesFresh
- 33
- 7
1
vote
2 answers
Missing method exception with Hololens 2 and Microsoft.MixedReality.QR
I'm trying to scan QR codes with Hololens 2 by creating a unity project, building the unity project and then deploying the solution that unity generates.
I've tried following this guide:…

Shoejep
- 4,414
- 4
- 22
- 26
1
vote
0 answers
WebRTC Audio chat between Windows desktop application and Unity app
I am being trying for couple of days now to find a way to play audio which I am receiving from other Application(Unity Application) through WebRTC. First i will explain my situation.
I am creating a Window desktop application using .NetCore 3.1, and…

macnmunasinghe
- 33
- 1
- 6
1
vote
1 answer
Azure Remote rendering error - EXEC : fatal error C1007: unrecognized flag '-ssa-cfg-jt-' in 'p2'
I am trying to build Azure remote rendering unity showcase project. After unity build the output visual studio project upon building is giving below error, my Unity 3D version is 2019.4.29f and visual studio version is 2019:
il2cpp.exe didn't catch…

anuj prasad
- 46
- 5
1
vote
1 answer
MRTK 2.4 - ScrollingObjectCollection not updating via script
I created a notification panel in my scene, that shows notifications when something happens. Those notifications are just buttons that get added as children to the ScrollingObjectCollection:
The issue that I have, is that after deleting one…

Perazim
- 1,501
- 3
- 19
- 42
1
vote
1 answer
Why are my MRTK Buttons in Unity just Pink?
I added some MRTK Toolbox Buttons to a scene for an App I am trying to develop for Hololens 2, but those Buttons are always pink. They are clickable though.
These are the Plugins I installed:
Things I tried in order to get them to work (I always…

Salatgurke
- 1,554
- 1
- 13
- 35
1
vote
1 answer
UnityEngine.XR.WSA.WorldManager namespace not found, where does it reside now?
UnityEngine.XR.WSA.WorldManager is obsolete.
What is the up to date alternative for
UnityEngine.XR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr();
or has WorldManager moved home?

Eoghan Hynes
- 41
- 11
1
vote
1 answer
Part of unity text field jittery/smudging in Hololens 2
My team has made an application in Unity3D with MRTK for the Hololens 2. Our main menu inside the application does not use a Canvas, but includes Quads to display pictures and Text Mesh Pro's 3D text fields. I have found that, while this menu is…

user2527902
- 35
- 5
1
vote
1 answer
Enabling Windows Mixed Reality on Windows Server 2019
Trying to get Windows Mixed Reality working on Windows Server 2019, I can't seem to get my device to be recognised - I know the creators update was needed for it to kick in, but I'm struggling to find a solution other than 'update' - Nothing…

Andrew Lazarus
- 989
- 2
- 16
- 25
1
vote
1 answer
Adding Complex Click Events HoloLens
Summary:
Goal: create a dynamic table of contents on start
Expected results: if the user clicks button that corresponds to page x, the user will be directed to page x
Actual results: if the user clicked button that corresponds to page x, the user…

Alex Miera
- 11
- 2
1
vote
1 answer
Characters with space awareness for Hololens
I've seen a similar question to mine in this website(space-conscious character for Hololens), but I'd like to explain more precisely what I want to do. I'd like to do the same of the following video in the minute 3:09:…

SZS
- 43
- 6
1
vote
1 answer
Unity Build targets Mixed Reality but does not appear in apps
I have created a project using the Windows XR Plugin and XR Plugin management. I am NOT using the XR interaction toolkit, I have created my own tools, including my own XRRig using the Tracked Pose Driver.
My project is NOT built with UWP since I…

Francois Gagnon
- 362
- 4
- 20
1
vote
1 answer
Expand any gameObject in HoloLens 2
I am trying to create an explosion effect for gameObject for HoloLens 2 development. I want to create an effect like https://www.youtube.com/watch?v=dA11P4P0VO8&feature=emb_logo (Astronaut model from Microsoft) for my gameObject.
When I tried to use…

Radiant
- 360
- 3
- 26
1
vote
1 answer
Saving persistent World Anchors on HoloLens2 locally
I am currently working on a Room-Scale Unity-Project where I need to use persistent World Anchors to save GameObjects' positions locally on my device without any Internet Access or Wifi in use.
I am using Unity 2019.4.7 and a HoloLens2 device.
I…

SilverLife
- 21
- 4