Skip to content

Commit e47a0fd

Browse files
Merge pull request #210204 from FlorianBorn71/MentionHL2DevicePairing
Mention device pairing as a prerequisite for the device quickstart
2 parents 67b74f4 + 24df6fb commit e47a0fd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/remote-rendering/quickstarts/deploy-to-hololens.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: mode-other
1212

1313
This quickstart covers how to deploy and run the quickstart sample app for Unity to a HoloLens 2.
1414

15-
In this quickstart you will learn how to:
15+
In this quickstart you'll learn how to:
1616

1717
> [!div class="checklist"]
1818
>
@@ -22,10 +22,11 @@ In this quickstart you will learn how to:
2222
2323
## Prerequisites
2424

25-
In this quickstart we will deploy the sample project from [Quickstart: Render a model with Unity](render-model.md).
26-
25+
In this quickstart, we'll deploy the sample project from [Quickstart: Render a model with Unity](render-model.md).
2726
Make sure your credentials are saved properly with the scene and you can connect to a session from within the Unity editor.
2827

28+
The HoloLens 2 must be in developer mode and paired with the desktop machine. Refer to [using the device portal](/windows/mixed-reality/develop/advanced-concepts/using-the-windows-device-portal#setting-up-hololens-to-use-windows-device-portal) for further instructions.
29+
2930
## Build the sample project
3031

3132
1. Open *File > Build Settings*.
@@ -35,7 +36,7 @@ Make sure your credentials are saved properly with the scene and you can connect
3536
1. Set *Build Type* to **D3D Project**\
3637
![Build settings](./media/unity-build-settings.png)
3738
1. Select **Switch to Platform**
38-
1. When pressing **Build** (or 'Build And Run'), you will be asked to select some folder where the solution should be stored
39+
1. When pressing **Build** (or 'Build And Run'), you'll be asked to select some folder where the solution should be stored
3940
1. Open the generated **Quickstart.sln** with Visual Studio
4041
1. Change the configuration to **Release** and **ARM64**
4142
1. Switch the debugger mode to **Remote Machine**\
@@ -56,7 +57,7 @@ If you want to launch the sample a second time later, you can also find it from
5657

5758
## Next steps
5859

59-
In the next quickstart, we will take a look at converting a custom model.
60+
In the next quickstart, we'll take a look at converting a custom model.
6061

6162
> [!div class="nextstepaction"]
6263
> [Quickstart: Convert a model for rendering](convert-model.md)

0 commit comments

Comments
 (0)