You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MRTK-Unity provides a set of foundational components and features to accelerate MR app development in Unity. The latest Release of MRTK (V2) supports HoloLens/HoloLens 2, Windows Mixed Reality, and OpenVR platforms.
23
8
24
-
# Required Software
9
+
# MRTK-Unity goals
10
+
11
+
* Provide basic features as an easy to use SDK and reduce barriers to get started.
12
+
* Enable rapid prototyping by providing the basic building blocks for MR app development.
13
+
* Showcase best practices in MR with UI controls and interactions that matches the WMR and HoloLens shell.
14
+
* Support a wide audience, allowing solutions to be built that will run on multiple VR / AR / XR platforms such as Windows Mixed Reality, Steam and Open VR.
15
+
* Ensure an extensive framework for advanced integrators, with the ability to swap out core components with their own should they wish to, or simply extend the framework to add new capabilities.
16
+
17
+
# Required software
18
+
25
19
|[](https://www.microsoft.com/software-download/windows10)[Windows 10 FCU](https://www.microsoft.com/software-download/windows10)|[](https://unity3d.com/get-unity/download/archive)[Unity 3D](https://unity3d.com/get-unity/download/archive)|[](http://dev.windows.com/downloads)[Visual Studio 2017](http://dev.windows.com/downloads)|[](https://go.microsoft.com/fwlink/?linkid=852626)[Simulator (optional)](https://go.microsoft.com/fwlink/?linkid=852626)|
26
20
| :--- | :--- | :--- | :--- |
27
-
| To develop apps for mixed reality headsets, you need the Windows 10 Fall Creators Update | The Unity 3D engine provides support for building mixed reality projects in Windows 10 | Visual Studio is used for code editing, deploying and building UWP app packages | The Emulators allow you test your app without the device in a simulated environment |
21
+
| To develop apps for Windows Mixed Reality headsets, you need the Windows 10 Fall Creators Update | The Unity 3D engine provides support for building mixed reality projects in Windows 10 | Visual Studio is used for code editing, deploying and building UWP app packages | The Emulators allow you test your app without the device in a simulated environment |
22
+
23
+
# Supported platforms
24
+
25
+
The Mixed Reality Toolkit V2 will includes many APIs to accelerate the development of MR / XR / VR / AR projects for a range of supported devices, starting with
28
26
27
+
- Microsoft HoloLens
28
+
- Microsoft HoloLens 2
29
+
- Microsoft Windows Mixed Reality immersive headsets (WMR)
2. Follow this [Getting Started Guide](Documentation/GettingStartedWithTheMRTK.md)
46
59
3. Check out [Mixed Reality Toolkit configuration guide](Documentation/MixedRealityConfigurationGuide.md)
47
60
4. Check out building blocks and example scenes(see the table below)
48
61
49
-
### More documentation
50
-
Find this readme, other documentation articles and the MRTK api reference on our [MRTK Dev Portal on github.io](https://microsoft.github.io/MixedRealityToolkit-Unity/).
Find this document, other documentation articles and the MRTK API reference on our [MRTK Dev Portal on github.io](https://microsoft.github.io/MixedRealityToolkit-Unity/).
67
77
68
-
# Engage with the Community
78
+
# Engage with the community
69
79
70
80
Join the conversation around MRTK on [Slack](https://holodevelopers.slack.com/).
71
81
72
82
Ask questions about using MRTK on [Stack Overflow](https://stackoverflow.com/questions/tagged/mrtk) using the **MRTK** tag.
73
83
74
-
Search for solution or file a new issue in [GitHub](https://github.com/Microsoft/MixedRealityToolkit-Unity/issues) if you find something broken in MRTK code.
84
+
Search for solutions or file new issues in [GitHub](https://github.com/Microsoft/MixedRealityToolkit-Unity/issues).
75
85
76
-
Deep dive into project plan and learn how you can contribute to MRTK in our [wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki).
86
+
Deep dive into future plans and learn how you can contribute to MRTK in our [wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki).
77
87
78
-
Join our weekly community shiproom to hear directly from the feature team. (link to come soon)
88
+
Join our weekly community shiproom to hear directly from the feature team. (link coming soon)
79
89
80
90
For issues related to Windows Mixed Reality that aren't directly related to the MRTK, check out the [Windows Mixed Reality Developer Forum](https://forums.hololens.com/).
81
91
92
+
# Examples and QuickStart scenes
93
+
94
+
One radical change to the Mixed Reality Toolkit vNext, will be the standards and approaches to real world example scenes.
95
+
96
+
New examples will follow strict guidelines, such as:
97
+
98
+
* Each example must have utility and demonstrate a real world test case (no tests).
99
+
* Each example will use a standardized template, so all examples have the same look and feel.
100
+
* Each sample will be fully documented, detailing both the use case it is demonstrating and how to implement the features demonstrated.
101
+
102
+
> Check the "Work In Progress" section of the [Windows Mixed Reality - vNext SDK](MRTK-SDK.md) for a peek at the first new example.
103
+
104
+
105
+
The **External\How To** docs folder contains guides on migrating between versions and process troubleshooting.
106
+
Please feel free to grow all these sections. We can't wait to see your additions!
107
+
82
108
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
83
109
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
84
110
@@ -87,10 +113,10 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
| 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. |
89
115
90
-
### Learn more about MRTK Project
91
-
You can find our planning material on [our wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki) under Project Management Section. You can always see the items the team is actively working on in the Iteration Plan issue.
116
+
### Build Status
92
117
93
-
### How to Contribute
94
-
View the [**How To Contribute**](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/How-to-Contribute) wiki page for the most up to date instructions on contributing to the Mixed Reality Toolkit!
### For details on the different branches used in the Mixed Reality Toolkit repositories, check this[Branch Guide here](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/Branch-Guide).
122
+
### For details on the different branches used in the Mixed Reality Toolkit repositories, check the[Branch Guide](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/Branch-Guide).
0 commit comments