Questions tagged [windows-mixed-reality]

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.

242 questions
0
votes
0 answers

The problem about HoloLens crashes when importing FBX model

Overview I encountered a strange problem when I was developing a software based on HoloLens environment. I built a project on Unity and imported the Mixed Reality Toolkit (MRTK) package. According to the instructions of the official website, I…
0
votes
1 answer

Windows Mixed Reality - AttachToController

So I'm using the AttachToController script to attach a window floated on top of the controller - which works great. In the script that calls up the window, I figure out which hand pressed the controller's menu button and set the Handedness field…
Brian P.
  • 206
  • 3
  • 14
0
votes
2 answers

How do I debug a program that runs in debug, builds and deploys without error, but then errors in UnityPlayer.dll?

I'm developing a tool for Mixed Reality in Unity 2017.4, the project runs on the Hololens through remote emulation in editor and the editor itself, the project builds and deploys to both emulator and device from Visual Studio 2017. But when the…
0
votes
0 answers

Creating a Unity VR app for Mixed Reality and Windows 10 Universal

I created a Unity, Windows 10 Universal project, with VR enabled, using a 2d template, and the only scene consists of a cube on either side of the screen. I set up the cameras so that I had a left and right for each lens, with each cube applied…
Nick
  • 1,015
  • 12
  • 31
0
votes
1 answer

Cannot Get Windows MR Controllers Unity Input

I tried using the following code from the official Windows documentation but I couldn't get the inputs from the controller. if (Input.GetButton("Button 14 ")) { // ... } How can I get the inputs from the Mixed Reality controllers?
Bilbo Baggins
  • 3,644
  • 8
  • 40
  • 64
-1
votes
0 answers

How can I disable automatic mouse movement and uncontrolled Alt-Tabbing whilst Windows Mixed Reality VR is on?

(This is a troubleshooting question about Windows Mixed Reality. Please let me know if there are more suitable places to post this) Since I relocated my PC setup, and recalibrated the room boundaries for my VR headset, my PC has started to…
-1
votes
1 answer

How to use DYNAMIC two bone IK Constraint on Unreal 4 via HoloLens 2

enter image description here Hello, i am trying to use two bone ik constraint on the arms of my 3d model. my aim is, via hololens, the user can touch the model^s arm and move it up or down. for this i think two bone ik contraint is needed. in the…
-1
votes
1 answer

Other options of positioning objects in real world without Spatial Mapping; Holo Lens 1 / Mixed Reality Tool Kit

Hallo I'm currently working for a client on a Holo Lens 1 /Mixed Reality-Application. My client wants to place the virtual objects firmly on pillars, similar to a museum. Normally I would use spatial mapping and local world anchors to do that. But…
-1
votes
1 answer

HoloLens 1 stopped connecting to PC over Wi-Fi

I would really appreciate some help :) Worked from home, connected normally for months. Went back to work, same HoloLens, same laptop, different Wi-Fi. Won't connect now - cannot access the device portal (https://192.168.1.110/). Can normally acces…
-1
votes
1 answer

Is there a way for a gameobject's collider to only respond to a pinch gesture?

I have a collider that when grabbed (pinch gesture), it runs a method. However, I don't want the collider react to select events. Right now, the collider prevents buttons behind it being pressed. So when the pointer is coming from the hand, the ray…
-1
votes
1 answer

Capturing Sound Direction on Microsoft Hololens 2

I am considering purchasing a Microsoft Hololens 2 for some personal development projects, but before I do I would like to find some information regarding the microphones on the device. Are there any diagrams available that display where on the…
-1
votes
2 answers

Anyone already tried developing for Hololens 2 with current Macbook Pros?

Currently i am planning to buy a new Macbook Pro for IPad and Hololens 2 development. Has anyone already tried if developing for Hololens 2 works with current Macbooks with Bootcamp running Windows 10? I am especially concerned that the Holographic…
-1
votes
2 answers

What ressources of my computer does Holographic Remoting Player utilize most?

Hello I am working on a project where I want to show high polygon 3D-objects. I figured out the Holographic Remoting Player is the easiest and fastest way to get it running. My question is: Does Holographic Remoting need a powerful CPU or GPU? On…
-1
votes
2 answers

How to track and save head-gaze cursor position a file for Hololens 1

I am using Microsoft Hololens 1 developer's edition for my research in augmented reality. I want to track head gaze cursor or head gaze position information through the application. Please guide how many possible ways to track head gaze or head-gaze…
-2
votes
2 answers

Fix for Windows Mixed Reality Portal Installation via Microsoft Store Leading to "Something Went Wrong" Error

I've had to deal with another MS nonsensical issue when I couldnt install their worthless WMR portal through the MS store. Luckily its possible to run Powershell commands to install it manually. You can use similar commands to install and uninstall…
KevinLee
  • 162
  • 1
  • 12
1 2 3
16
17