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
Copy file name to clipboardExpand all lines: Documentation/GettingStartedWithMRTKAndXRSDK.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ To get started with the Mixed Reality Toolkit, follow [the provided steps](Insta
10
10
11
11
The XR SDK pipeline currently supports 3 platforms: Windows Mixed Reality, Oculus, and OpenXR. The sections below will cover the steps needed to configure XR SDK for each platform.
12
12
13
-
####Windows Mixed Reality
13
+
### Windows Mixed Reality
14
14
15
15
1. Go into Unity's Package Manager and install the Windows XR Plugin package, which adds support for Windows Mixed Reality on XR SDK. This will pull down a few dependency packages as well. Ensure that the following all successfully installed:
16
16
1. XR Plugin Management
@@ -25,11 +25,11 @@ The XR SDK pipeline currently supports 3 platforms: Windows Mixed Reality, Oculu
1. Follow the [How to configure Oculus Quest in MRTK using the XR SDK pipeline](CrossPlatform/OculusQuestMRTK.md) guide to the end. The guide outlines the steps needed to configure both Unity and MRTK to use the XR SDK pipeline for the Oculus Quest.
31
31
32
-
####OpenXR (Preview)
32
+
### OpenXR (Preview)
33
33
34
34
> [!IMPORTANT]
35
35
> OpenXR in Unity is only supported on Unity 2020.2 and higher.
@@ -47,16 +47,15 @@ The XR SDK pipeline currently supports 3 platforms: Windows Mixed Reality, Oculu
> If you have a pre-existing project that is using MRTK from UPM, make sure that the following line is in the **link.xml** file located in the MixedRealityToolkit.Generated folder.
> For the initial release of MRTK and OpenXR, only the HoloLens 2 articulated hands and Windows Mixed Reality motion controllers are natively supported. Support for additional hardware will be added in upcoming releases.
57
57
58
-
59
-
### Configuring MRTK for the XR SDK pipeline
58
+
## Configuring MRTK for the XR SDK pipeline
60
59
61
60
If using OpenXR, choose "DefaultOpenXRConfigurationProfile" as the active profile or clone it to make customizations.
62
61
@@ -66,7 +65,7 @@ These profiles are set up with the correct systems and providers, where needed.
66
65
67
66
To migrate an existing profile to XR SDK, the following services and data providers should be updated:
68
67
69
-
####Camera
68
+
### Camera
70
69
71
70
From [`WindowsMixedReality.WindowsMixedRealityCameraSettings`](xref:Microsoft.MixedReality.Toolkit.WindowsMixedReality.WindowsMixedRealityCameraSettings)
72
71
@@ -80,7 +79,7 @@ to
80
79
81
80

82
81
83
-
####Input
82
+
### Input
84
83
85
84
From [`WindowsMixedReality.Input.WindowsMixedRealityDeviceManager`](xref:Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input.WindowsMixedRealityDeviceManager)
From [`WindowsMixedReality.SpatialAwareness.WindowsMixedRealitySpatialMeshObserver`](xref:Microsoft.MixedReality.Toolkit.WindowsMixedReality.SpatialAwareness.WindowsMixedRealitySpatialMeshObserver)
If using custom controller mapping profiles, open one of them and run the Mixed Reality Toolkit -> Utilities -> Update -> Controller Mapping Profiles menu item to ensure the new XR SDK controller types are defined.
0 commit comments