Skip to content

Commit 980cc56

Browse files
authored
Moved Docs information to 'Documentation' section. (#9934)
* Moved Docs information to 'Documentation' section. * markdown update.
1 parent 119f16f commit 980cc56

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

README.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# The docs have moved!
2-
3-
**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>. All links on this page have been updated.**
4-
5-
**Existing content will remain here but will not be updated further.**
6-
71
![Mixed Reality Toolkit](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/images/Logo_MRTK_Unity_Banner.png)
82

93
# What is the Mixed Reality Toolkit
@@ -13,22 +7,16 @@ MRTK-Unity is a Microsoft-driven project that provides a set of components and f
137
* Provides the **cross-platform input system and building blocks for spatial interactions and UI**.
148
* Enables **rapid prototyping** via in-editor simulation that allows you to see changes immediately.
159
* Operates as an **extensible framework** that provides developers the ability to swap out core components.
16-
* **Supports a wide range of platforms**, including
17-
* OpenXR (Unity 2020.2 or newer)
18-
* Microsoft HoloLens 2
19-
* Windows Mixed Reality headsets
20-
* Windows Mixed Reality
21-
* Microsoft HoloLens
22-
* Microsoft HoloLens 2
23-
* Windows Mixed Reality headsets
24-
* Oculus (Unity 2019.3 or newer)
25-
* Oculus Quest
26-
* OpenVR
27-
* Windows Mixed Reality headsets
28-
* HTC Vive
29-
* Oculus Rift
30-
* Ultraleap Hand Tracking
31-
* Mobile devices such as iOS and Android
10+
* **Supports a wide range of platforms**:
11+
12+
| Platform | Supported Devices |
13+
|:---|:---|
14+
| OpenXR (Unity 2020.3) | Microsoft HoloLens 2 <br> Windows Mixed Reality headsets |
15+
| Windows Mixed Reality | Microsoft HoloLens <br> Microsoft HoloLens 2 <br> Windows Mixed Reality headsets |
16+
| Oculus (Unity 2019.3 or newer) | Oculus Quest |
17+
| OpenVR | Windows Mixed Reality headsets <br> HTC Vive <br> Oculus Rift |
18+
| Ultraleap Hand Tracking | Ultraleap Leap Motion controller |
19+
| Mobile | iOS and Android |
3220

3321
# Getting started with MRTK
3422

@@ -41,6 +29,8 @@ If you're an experienced Mixed Reality or MRTK developer, check the links in the
4129

4230
# Documentation
4331

32+
**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.**
33+
4434
| [![Release notes](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/images/MRTK_Icon_ReleaseNotes.png)](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/release-notes/mrtk-26-release-notes)<br/>[Release Notes](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/release-notes/mrtk-26-release-notes)| [![MRTK Overview](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/images/MRTK_Icon_ArchitectureOverview.png)](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/architecture/overview)<br/>[MRTK Overview](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/architecture/overview)| [![Feature Guides](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/images/MRTK_Icon_FeatureGuides.png)](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/ux-building-blocks/button)<br/>[Feature Guides](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/ux-building-blocks/button)| [![API Reference](https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/images/MRTK_Icon_APIReference.png)](https://docs.microsoft.com/dotnet/api/Microsoft.MixedReality.Toolkit?view=mixed-reality-toolkit-unity-2020-dotnet-2.6.0)<br/>[API Reference](https://docs.microsoft.com/dotnet/api/Microsoft.MixedReality.Toolkit?view=mixed-reality-toolkit-unity-2020-dotnet-2.6.0)|
4535
|:---|:---|:---|:---|
4636

0 commit comments

Comments
 (0)