Questions tagged [mrtk]

The Microsoft MixedRealityToolkit (MRTK) is a collection of scripts and library components designed to help developers build applications for Windows Mixed Reality. Use this tag for questions about either the base MRTK or the Unity version.

Microsoft's MixedRealityToolkit (MRTK) helps developers build Windows Mixed Reality applications faster, by providing a set of scripts, library components and examples for the platform. MixedRealityToolkit-Unity helps users leverage the MRTK components in Unity.

444 questions
-1
votes
2 answers

Cannot find unitypackage mentioned in Getting Started with MRTK

I am trying to download MRTK by following https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html. But on the Assests folder on GitHub for MRTK, I cannot find the two packages below…
hsun50
  • 1
-1
votes
2 answers

"What is the best version of Unity for developing Hololens app using MRTK?"

I begin in creating apps for Hololens. I plan to use Unity and MRTK. What is currently the best version of Unity for developing Hololens app using MRTK?
Anthony
  • 71
  • 1
  • 10
-1
votes
1 answer

How to implement spatial processing in MRTK v2?

My object seems to go through walls even though the Spatial Mapping Collider is setup according to the documentation. But no Surface GameObjects is generated during runtime. I get to see the mesh and if I activate occlusion then the game object…
Sriram
  • 21
  • 2
-2
votes
1 answer

Trying to Hide Gameobject giving Error - UnassignedReferenceException: UNITY3D

I am new to unity & trying to make small POC in MRTK. As a part of POC, I need to hide the Object when the button is clicked. Once Button is clicked it updates the current position of the Cube and should hide the Sphere. Position logic is working.…
-2
votes
1 answer

Best way to duplicate a gameobject in unity 2019.4.23 (MRTK)

I was just wondering what the best way would be to duplicate game object in unity (MRTK) making sure that both gameobjects functions the same.
-2
votes
1 answer

How to get the Eye tracking data for HoloLens 2 and MRTK in Unity?

My question is how can I retrieve and store the eye-tracking/eye gaze data (such as the coordinate position of where the user is looking at different timestamps or the heatmap) with HoloLens 2 and MRTK in Unity? I have seen some C# codes for getting…
-2
votes
1 answer

How to stream Data between Unity Projects

Question I plan to have 2 Unity Projects (so that I can target different builds). I'm looking for a simple and fast way to stream data between the two. The first Project is using standalone with OpenVr and the other is using UWP together with…
telion
  • 834
  • 1
  • 9
  • 34
-3
votes
1 answer

Spawn an object on Spatial Mapping Mesh with Hololens 2

I am currently working with the Hololens 2 for a project and am now trying to spawn an object at the position I target with the hand ray. First I created a mesh with the Spatial Awareness System from MRTK and now I want to spawn an object at the…
-4
votes
2 answers

How to place a prefab and then remove it via voice when looked at

User can place objects (prefabs) at runtime using hands/gaze. Voice command ""Remove" should remove the current focussed (looked at) object. I tried instantiating the objects and adding the Intractable script. But I am stuck add adding OnfocusEnter…
PeeteWard
  • 21
  • 4
1 2 3
29
30