Skip to content

Commit 3542080

Browse files
committed
fixed image names
1 parent 69b5de4 commit 3542080

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

articles/spatial-anchors/tutorials/tutorial-new-unity-hololens-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We'll now set some Unity project settings that help us target the Windows Hologr
7575
1. Click on the yellow warning sign next to **OpenXR** to display all OpenXR issues.
7676
1. Select **Fix all**
7777
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**
78-
![Unity - OpenXR Setup](../../../includes/media/spatial-anchors-unity/unity-HL2-OpenXRSetup.png)
78+
![Unity - OpenXR Setup](../../../includes/media/spatial-anchors-unity/unity-hl2-openxr-setup.png)
7979

8080
#### Change Quality Settings
8181
1. Select **Edit** > **Project Settings** > **Quality**
@@ -117,7 +117,7 @@ You should now have an empty scene that is ready to be deployed to your HoloLens
117117
1. Select **Add Component** again and search for and add the **SpatialAnchorManager** script
118118
1. In the added **SpatialAnchorManager** component fill out the **Account ID**, **Account Key** and **Account Domain** which you have copied in the previous step from the spatial anchors resource in the Azure portal.
119119

120-
![Unity - ASA GameObject](../../../includes/media/spatial-anchors-unity/unity-ASA-gameobject.png)
120+
![Unity - ASA GameObject](../../../includes/media/spatial-anchors-unity/unity-azurespatialanchors-gameobject.png)
121121

122122
## App Overview
123123
Our app will support the following interactions:

0 commit comments

Comments
 (0)