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
6. When refocussing your Unity window, Unity will start importing the modules
54
-
7. If you get a message about using the new input system, click**Yes** to restart Unity and enable the backends.
54
+
7. If you get a message about using the new input system, select**Yes** to restart Unity and enable the backends.
55
55
56
56
57
57
### Set up the project settings
@@ -63,14 +63,14 @@ We'll now set some Unity project settings that help us target the Windows Hologr
63
63
1. Select **Player Settings...**
64
64
1. Select **XR Plug-in Management**
65
65
1. Make sure the **Universal Windows Platform Settings** tab is selected and check the box next to **OpenXR** and next to **Microsoft HoloLens feature group**
66
-
1.Click on the yellow warning sign next to **OpenXR** to display all OpenXR issues.
66
+
1.Select the yellow warning sign next to **OpenXR** to display all OpenXR issues.
67
67
1. Select **Fix all**
68
-
1. To fix the issue "_At least one interaction profile must be added_", click on*Edit* to open the OpenXR Project settings. Then under **Interaction Profiles** select the **+** symbol and select **Microsoft Hand Interaction Profile**
68
+
1. To fix the issue "_At least one interaction profile must be added_", select*Edit* to open the OpenXR Project settings. Then under **Interaction Profiles** select the **+** symbol and select **Microsoft Hand Interaction Profile**
2. In the column under the **Universal Windows Platform** logo, click on the arrow at the **Default** row and select **Very Low**. You'll know the setting is applied correctly when the box in the **Universal Windows Platform** column and **Very Low** row is green.
73
+
2. In the column under the **Universal Windows Platform** logo, select the arrow in the **Default** row and select **Very Low**. You'll know the setting is applied correctly when the box in the **Universal Windows Platform** column and **Very Low** row is green.
74
74
75
75
#### Set capabilities
76
76
1. Go to **Edit** > **Project Settings** > **Player** (you may still have it open from the previous step).
@@ -85,9 +85,9 @@ We'll now set some Unity project settings that help us target the Windows Hologr
85
85
1. In the **Hierarchy Panel**, select **Main Camera**.
86
86
2. In the **Inspector**, set its transform position to **0,0,0**.
87
87
3. Find the **Clear Flags** property, and change the dropdown from **Skybox** to **Solid Color**.
88
-
4.Click on the **Background** field to open a color picker.
88
+
4.Select the **Background** field to open a color picker.
89
89
5. Set **R, G, B, and A** to **0**.
90
-
6.Click**Add Component** and add the **Tracked Pose Driver** Component to the camera
90
+
6.Select**Add Component** at the bottom and add the **Tracked Pose Driver** Component to the camera
91
91

0 commit comments