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
@@ -22,7 +22,7 @@ MRTK-Unity is a Microsoft-driven project that provides a set of components and f
22
22
23
23
If you're new to MRTK or Mixed Reality development in Unity, **we recommend you start at the beginning of our**[Unity development journey](https://docs.microsoft.com/windows/mixed-reality/unity-development-overview?tabs=mrtk%2Chl2) in the Microsoft Docs. The Unity development journey is specifically tailored to walk new developers through the installation, core concepts, and usage of MRTK.
24
24
25
-
| IMPORTANT: The Unity development journey currently uses **MRTK version 2.7.0** and **Unity 2020.3**. |
25
+
| IMPORTANT: The Unity development journey currently uses **MRTK version 2.7.2**, **Mixed Reality OpenXR plugin version 1.0.0** and **Unity 2020.3.8+**. |
26
26
| --- |
27
27
28
28
If you're an experienced Mixed Reality or MRTK developer, check the links in the next section for the newest packages and release notes.
@@ -42,9 +42,10 @@ If you're an experienced Mixed Reality or MRTK developer, check the links in the
42
42
43
43
# Required software
44
44
45
-
| [](https://developer.microsoft.com/windows/downloads/windows-10-sdk) [Windows SDK 18362+](https://developer.microsoft.com/windows/downloads/windows-10-sdk)| [](https://unity3d.com/get-unity/download/archive) [Unity 2018.4.x](https://unity3d.com/get-unity/download/archive)| [](http://dev.windows.com/downloads) [Visual Studio 2019](http://dev.windows.com/downloads)| [](https://docs.microsoft.com/windows/mixed-reality/using-the-hololens-emulator) [Emulators (optional)](https://docs.microsoft.com/windows/mixed-reality/using-the-hololens-emulator)|
45
+
| [](https://developer.microsoft.com/windows/downloads/windows-10-sdk) [Windows SDK](https://developer.microsoft.com/windows/downloads/windows-10-sdk)| [](https://unity3d.com/get-unity/download/archive) [Unity 2018/2019/2020 LTS](https://unity3d.com/get-unity/download/archive)| [](http://dev.windows.com/downloads) [Visual Studio 2019](http://dev.windows.com/downloads)| [](https://docs.microsoft.com/windows/mixed-reality/using-the-hololens-emulator) [Emulators (optional)](https://docs.microsoft.com/windows/mixed-reality/using-the-hololens-emulator)|
46
46
| :--- | :--- | :--- | :--- |
47
-
| To build apps with MRTK v2, you need the Windows 10 May 2019 Update SDK. <br> To run apps for immersive 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 to test your app without the device in a simulated environment |
47
+
48
+
Please refer to the [Install the tools](https://docs.microsoft.com/en-us/windows/mixed-reality/develop/install-the-tools) page for more detailed information.
0 commit comments