Home

Awesome

[!IMPORTANT]
With the creation of the new <a href="https://github.com/MixedRealityToolkit/">Mixed Reality Toolkit</a> organization, there now exists two MRTK repositories, one repository for version 3+ and a legacy one for version 2. <br/><br/> <strong>MRTK v3+</strong> <br/><br/> New versions of the Mixed Reality Toolkit will be released by the <a href="https://github.com/MixedRealityToolkit/">Mixed Reality Toolkit</a> organization using a repository at <a href="https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity">https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity</a>. Visit this <a href="https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity">repository</a> for the latest version of the MRTK project, and when creating new issues or discussion topics for MRTK version 3 or later. <br/><br/> <strong>MRTK v2 (Legacy)</strong> <br/><br/> The old MRTK2 repository, <a href="https://github.com/microsoft/MixedRealityToolkit-Unity">https://github.com/microsoft/MixedRealityToolkit-Unity</a>, is remaining under Microsoft's management and will stay on version 2. Microsoft is committed to the next version of MRTK, and recommends applications move to MRTK version 3 or later. However, Microsoft will continue to support and address critical MRTK2 issues, until MRTK2 is deprecated. Please open MRTK2 issues and discussion topics using the <a href="https://github.com/microsoft/MixedRealityToolkit-Unity">old repository</a>.

<br/><br/>

Mixed Reality Toolkit

MRTK_AWE_AuggieAwards_2021a

What is the Mixed Reality Toolkit

MRTK-Unity is a Microsoft-driven project that provides a set of components and features, used to accelerate cross-platform MR app development in Unity. Here are some of its functions:

XR SDK Plugin (Unity XR Plugin Management Providers)Supported Devices
Unity OpenXR Plugin (Unity 2020 or 2021 LTS) <br> (Mixed Reality OpenXR Plugin required for certain features on certain devices)Microsoft HoloLens 2 <br> Windows Mixed Reality headsets <br> Meta Quest <br> Device running on SteamVR via OpenXR
Windows XR PluginMicrosoft HoloLens <br> Microsoft HoloLens 2 <br> Windows Mixed Reality headsets
Oculus XR Plugin (Unity 2019 or newer LTS)Meta Quest (via Oculus Integration Package)
ARCore XR Plug-inAndroid (via AR Foundation)
ARKit XR Plug-iniOS (via AR Foundation)

Additional devices supported:

NOTE: We have introduced the public preview of MRTK3, the next chapter of MRTK. For documentation, please go to the MRTK3 documentation. For code, please go to the mrtk3 branch.

Getting started with MRTK

If you're new to MRTK or Mixed Reality development in Unity, we recommend you start at the beginning of our Unity development journey in the Microsoft Docs. The Unity development journey is specifically tailored to walk new developers through the installation, core concepts, and usage of MRTK.

IMPORTANT: The Unity development journey currently uses MRTK version 2.8.2, Mixed Reality OpenXR plugin version 1.6.0 and Unity 2020.3.42+.

If you're an experienced Mixed Reality or MRTK developer, check the links in the next section for the newest packages and release notes.

Documentation

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit <a href="https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/">our new landing page</a>. For API references, please visit <a href="https://docs.microsoft.com/dotnet/api/microsoft.mixedreality.toolkit">the MRTK-Unity section of the dot net API explorer</a>. Existing content will remain here but will not be updated further.

Release notes<br/>Release NotesMRTK Overview<br/>MRTK OverviewFeature Guides<br/>Feature GuidesAPI Reference<br/>API Reference

Build status

BranchCI StatusDocs Status
mainCI StatusDocs Validation (MRTK2)

Required software

Windows SDK Windows SDKUnity Unity 2018/2019/2020 LTSVisual Studio 2019 Visual Studio 2019Emulators (optional) Emulators (optional)

Please refer to the Install the tools page for more detailed information.

Feature areas

Input System<br/>Input System<br/> Hand Tracking<br/> (HoloLens 2)<br/>Hand Tracking<br/> (HoloLens 2)<br/> Eye Tracking<br/> (HoloLens 2)<br/>Eye Tracking<br/> (HoloLens 2)<br/> Profiles<br/>Profiles<br/> Hand Tracking<br/> (Ultraleap)<br/>Hand Tracking<br/>(Ultraleap)<br/> 
UI Controls<br/>UI Controls<br/> Solvers<br/>Solvers<br/> Multi-Scene<br/> Manager<br/>Multi-Scene<br/> ManagerSpatial<br/> Awareness<br/>Spatial<br/> AwarenessDiagnostic<br/> Tool<br/>Diagnostic<br/> Tool
MRTK Standard Shader<br/>MRTK Standard<br/>ShaderSpeech & Dictation<br/>Speech<br/> & DictationBoundary<br/>System<br/>Boundary<br/>SystemIn-Editor<br/>Simulation<br/>In-Editor<br/>SimulationExperimental<br/>Features<br/>Experimental<br/>Features

UX building blocks

Button ButtonBounds Control Bounds ControlObject Manipulator Object Manipulator
A button control which supports various input methods, including HoloLens 2's articulated handStandard UI for manipulating objects in 3D spaceScript for manipulating objects with one or two hands
Slate SlateSystem Keyboard System KeyboardInteractable Interactable
2D style plane which supports scrolling with articulated hand inputExample script of using the system keyboard in UnityA script for making objects interactable with visual states and theme support
Solver SolverObject Collection Object CollectionTooltip Tooltip
Various object positioning behaviors such as tag-along, body-lock, constant view size and surface magnetismScript for laying out an array of objects in a three-dimensional shapeAnnotation UI with a flexible anchor/pivot system, which can be used for labeling motion controllers and objects
Slider SliderMRTK Standard Shader MRTK Standard ShaderHand Menu Hand Menu
Slider UI for adjusting values supporting direct hand tracking interactionMRTK's Standard shader supports various Fluent design elements with performanceHand-locked UI for quick access, using the Hand Constraint Solver
App Bar App BarPointers PointersFingertip Visualization Fingertip Visualization
UI for Bounds Control's manual activationLearn about various types of pointersVisual affordance on the fingertip which improves the confidence for the direct interaction
Near Menu Near MenuSpatial Awareness Spatial AwarenessVoice Command Voice Command / Dictation
Floating menu UI for the near interactionsMake your holographic objects interact with the physical environmentsScripts and examples for integrating speech input
Progress Indicator Progress IndicatorDialog Dialog [Experimental]Hand Coach Hand Coach
Visual indicator for communicating data process or operationUI for asking for user's confirmation or acknowledgementComponent that helps guide the user when the gesture has not been taught
Hand Physics Service Hand Physics Service [Experimental]Scrolling Collection Scrolling CollectionDock Dock [Experimental]
The hand physics service enables rigid body collision events and interactions with articulated handsAn Object Collection that natively scrolls 3D objectsThe Dock allows objects to be moved in and out of predetermined positions
Eye Tracking: Target Selection Eye Tracking: Target SelectionEye Tracking: Navigation Eye Tracking: NavigationEye Tracking: Heat Map Eye Tracking: Heat Map
Combine eyes, voice and hand input to quickly and effortlessly select holograms across your sceneLearn how to auto-scroll text or fluently zoom into focused content based on what you are looking atExamples for logging, loading and visualizing what users have been looking at in your app

Tools

Optimize Window Optimize WindowDependency Window Dependency WindowBuild Window Build WindowInput recording Input recording
Automate configuration of Mixed Reality projects for performance optimizationsAnalyze dependencies between assets and identify unused assetsConfigure and execute an end-to-end build process for Mixed Reality applicationsRecord and playback head movement and hand tracking data in editor

Example scenes

Explore MRTK's various types of interactions and UI controls through the example scenes. You can find example scenes under Assets/MRTK/Examples/Demos folder.

Example Scene

MRTK examples hub

With the MRTK Examples Hub, you can try various example scenes in MRTK. On HoloLens 2, you can download and install MRTK Examples Hub through the Microsoft Store app.

See Examples Hub README page to learn about the details on creating a multi-scene hub with MRTK's scene system and scene transition service.

Example Scene

Sample apps made with MRTK

Periodic Table of the ElementsGalaxy ExplorerGalaxy Explorer
Periodic Table of the Elements is an open-source sample app which demonstrates how to use MRTK's input system and building blocks to create an app experience for HoloLens and Immersive headsets. Read the porting story: Bringing the Periodic Table of the Elements app to HoloLens 2 with MRTK v2Galaxy Explorer is an open-source sample app that was originally developed in March 2016 as part of the HoloLens 'Share Your Idea' campaign. Galaxy Explorer has been updated with new features for HoloLens 2, using MRTK v2. Read the story: The Making of Galaxy Explorer for HoloLens 2Surfaces is an open-source sample app for HoloLens 2 which explores how we can create a tactile sensation with visual, audio, and fully articulated hand-tracking. Check out Microsoft MR Dev Days session Learnings from the Surfaces app for the detailed design and development story.

Session videos from Mixed Reality Dev Days 2020

MRDevDaysMRDevDaysMRDevDays
Tutorial on how to create a simple MRTK app from start to finish. Learn about interaction concepts and MRTK’s multi-platform capabilities.Deep dive on the MRTK’s UX building blocks that help you build beautiful mixed reality experiences.An introduction to performance tools, both in MRTK and external, as well as an overview of the MRTK Standard Shader.

See Mixed Reality Dev Days to explore more session videos.

Engage with the community

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Useful resources on the Mixed Reality Dev Center

Discover DiscoverDesign DesignDevelop DevelopDistribute Distribute
Learn to build mixed reality experiences for HoloLens and immersive headsets (VR).Get design guides. Build user interface. Learn interactions and input.Get development guides. Learn the technology. Understand the science.Get your app ready for others and consider creating a 3D launcher.

Useful resources on Azure

Spatial Anchors<br> Spatial AnchorsSpeech Services<br> Speech ServicesVision Services<br> Vision Services
Spatial Anchors is a cross-platform service that allows you to create Mixed Reality experiences using objects that persist their location across devices over time.Discover and integrate Azure powered speech capabilities like speech to text, speaker recognition or speech translation into your application.Identify and analyze your image or video content using Vision Services like computer vision, face detection, emotion recognition or video indexer.

Learn more about the MRTK project

You can find our planning material on our wiki under the Project Management Section. You can always see the items the team is actively working on in the Iteration Plan issue.

How to contribute

Learn how you can contribute to MRTK at Contributing.

For details on the different branches used in the Mixed Reality Toolkit repositories, check this Branch Guide here.