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/ReleaseNotes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ In some cases there was a tradeoff that had to be made:
121
121
- See [Leap Motion Hand Tracking Configuration](CrossPlatform/LeapMotionMRTK.md) for the extra integration step.
122
122
- For those who are using ARFoundation, there's now an additional manual step in its getting started steps.
123
123
See [ARFoundation](CrossPlatform/UsingARFoundation.md#install-required-packages) for the new steps.
124
-
- For those who will be using [Holographic Remoting](Tools/HolographicRemoting.md#hololens-2) on HoloLens 2, there is now a manual step to perform.
124
+
- For those who will be using [Holographic Remoting](Tools/HolographicRemoting.md#hololens-2-legacy-xr-setup-instructions) on HoloLens 2, there is now a manual step to perform.
Copy file name to clipboardexpand all lines: Documentation/Tools/HolographicRemoting.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,9 @@ Holographic remoting streams holographic content from a PC to your Microsoft Hol
4
4
5
5
## Initial setup
6
6
7
-
To enable remoting to a HoloLens, it is important to ensure that the project is using the latest remoting components.
7
+
To enable remoting to a HoloLens, it is important to ensure the latest Holographic Remoting application is installed, on the HoloLens, via the Microsoft Store.
8
8
9
-
1. Open **Window > Package Manager**
10
-
- Verify that latest version of the **Windows Mixed Reality** package is installed.
11
-
1. Ensure the latest Holographic Remoting application is installed, on the HoloLens, via the Microsoft Store.
12
-
13
-
### HoloLens 2
9
+
### HoloLens 2 Legacy XR setup instructions
14
10
15
11
When using a HoloLens 2, support for remoting articulated hand and eye tracking data has been added to MRTK. To enable these features, please select **Mixed Reality Toolkit** > **MSBuild** > **Use MSBuild for Unity dependency resolution**. This will install the required dependencies for Holographic Remoting.
16
12
@@ -115,21 +111,29 @@ You can also temporarily remove the adapter to workaround your issue via the fol
115
111
1. (Optional) Navigate to MRTK / Providers / WindowsMixedReality / Shared / DotNetAdapter in your file explorer (not Unity's Assets view) and delete the `.bin` and `.obj` folders. This removes the local cache of NuGet restored packages for DotNetWinRT.
116
112
1. If you run the MRTK Configurator again, make sure you don't re-enable MSBuild for Unity.
117
113
114
+
### XR SDK setup instructions
115
+
116
+
1. Open **Window > Package Manager**
117
+
- Verify that latest version of the **Windows Mixed Reality** package is installed.
118
+
1. Go to the Standalone settings and ensure Windows Mixed Reality is checked under Plug-in Providers. Also ensure that Initialize XR on Startup is checked.
119
+
1. (**_Optional_**) Click on the Windows Mixed Reality tab under XR Plug-in Management and create a custom settings profile to change the defaults. If the list of settings are already there, no profile needs to be created.
120
+
1. Select **Mixed Reality Toolkit** > **Utilities** > **Windows Mixed Reality** > **Check Configuration** to make sure the correct scripting define is set.
121
+
118
122
## Connecting to the HoloLens with Wi-Fi
119
123
120
124
Once the project has been configured, a connection can be established to the HoloLens.
121
125
122
126
1. In **File > Build Settings**, ensure that the project build type is set to **Universal Windows Platform**
123
127
1. On the HoloLens, launch the **Holographic Remoting** application.
124
-
1. In Unity, select **Window > XR > Holographic Emulation**.
128
+
1. In Unity, select **Window > XR > Holographic Emulation (if using legacy XR) / Windows XR Plugin Remoting (if using XR SDK)**.
0 commit comments