/MRDesignLabs_Unity

Mixed Reality Design Labs share experimental samples, explorations and learning from Windows Mixed Reality Design group. If you are looking for official toolkit, please use Mixed Reality Toolkit

Primary LanguageC#MIT LicenseMIT

Mixed Reality Design Labs

This repo is where Microsoft's Windows Mixed Reality Design team publishes sample apps and experiments. If you are looking for official toolkit, please use Mixed Reality Toolkit

Supported Unity version: 2017.1.0f3

The current supported version of Unity is Unity 2017.1.0f3. If you are looking to have support for previous versions of Unity please check under Releases.

Important: Requires submodule MRDesignLab

As soon as you clone the repo, init and update submodule with git command:

cd MRDesignLabs_Unity
git submodule init
git submodule update

To update the submodules you'll still need to pull from master by either going into the individual submodule directory and doing a git pull or by doing the following command to do pulls on all the submodules:

git submodule foreach git pull

This will add HUX and related tools under Assets/MRDesignLab/ folder

Mixed Reality Design Labs(MRDL) and Mixed Reality Toolkit(MRTK)

We are in process of migrating foundational UI controls and building blocks from MRDL to MRTK. Below you can find the list of the components that have been merged.

Merged UI controls and building blocks, now available on MRTK

Two test scenes were included under Assets/HoloToolkit-Examples/UX/Scenes. InteractableObjectExample.unity and ObjectCollectionExample.unity

Next UI controls and utilities that we will bring from MRDL to MRTK

Common controls and examples

Find out technical details on Wiki page: https://github.com/Microsoft/MRDesignLabs_Unity/wiki

More from Mixed Reality Design Labs

Sample app - Periodic Table of the Elements

Periodic Table of the Elements

https://github.com/Microsoft/MRDesignLabs_Unity_PeriodicTable

Periodic Table of the Elements is a open-source sample app from Microsoft's Mixed Reality Design Lab. With this project, you can learn how to layout an array of objects in 3D space with various surface types using Object collection. Also learn how to create interactable objects that respond to standard inputs from HoloLens. You can use this project's components to create your own mixed reality app experiences.

Sample app - Lunar Module

Lunar Module sample app

https://github.com/Microsoft/MRDesignLabs_Unity_LunarModule

Lunar Module is a open-source sample app from Microsoft's Mixed Reality Design Labs, it is a spiritual sequel to the 1979 Atari classic, Lunar Lander. This sample app will demonstrate how to extend Hololens' base gestures with two hand tracking and xbox controller input, reactive objects to surface mapping and plane finding, and simple menu systems. You can use this project's components to create your own mixed reality app experience.

Contributing

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 Microsoft Windows Dev Center

Academy Academy Design Design Development Development Community) Community
See code examples.
Do a coding tutorial.
Watch guest lectures.
Get design guides.
Build user interface.
Learn interactions and input.
Get development guides.
Learn the technology.
Understand the science.
Join open source projects.
Ask questions on forums.
Attend events and meetups.