Skip to content

Commit cba6795

Browse files
committed
Toc and warning removal
1 parent b42e803 commit cba6795

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

articles/remote-rendering/tutorials/native-cpp/hololens/integrate-arr-into-holographic-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ This tutorial focuses on adding the necessary bits to a native `Holographic App`
2626

2727
For this tutorial you need:
2828

29-
* Your account information (account ID, account key, subscription ID). If you don't have an account, [create an account](../../how-tos/create-an-account.md).
29+
* Your account information (account ID, account key, subscription ID). If you don't have an account, [create an account](../../../how-tos/create-an-account.md).
3030
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
3131
* The latest version of Visual Studio 2019 [(download)](https://visualstudio.microsoft.com/vs/older-downloads/)
32-
* Windows Mixed Reality App Templates for Visual Studio -> download link (Visual Studio Marketplace)
32+
* The Windows Mixed Reality App Templates for Visual Studio [(download)](https://marketplace.visualstudio.com/items?itemName=WindowsMixedRealityteam.WindowsMixedRealityAppTemplatesVSIX)
3333

3434
## Create a new Holographic App sample
3535

@@ -38,7 +38,7 @@ As a first step, we create a stock sample that is the basis for the Remote Rende
3838
![Create new project](media/new-project-wizard.png)
3939

4040
Type in a project name of your choice, choose the path and select the "Create" button.
41-
In the new project, switch the configuration to **"Release / ARM64"**. You should now be able to compile and deploy it to a connected HoloLens 2 device. If you run it on HoloLens, you should see a rotating cube in front of you.
41+
In the new project, switch the configuration to **"Debug / ARM64"**. You should now be able to compile and deploy it to a connected HoloLens 2 device. If you run it on HoloLens, you should see a rotating cube in front of you.
4242

4343
## Add Remote Rendering dependencies through NuGet
4444

@@ -439,6 +439,7 @@ For proper status display with a text panel, refer to the pre-canned version of
439439
## Next steps
440440
441441
In this tutorial, you learned all the steps necessary to add Remote Rendering to a stock **Holographic App** C++/DirectX11 sample.
442+
To convert your own model, refer to the following quickstart:
442443
443444
> [!div class="nextstepaction"]
444-
> [Tutorial: Working with remote entities in Unity](working-with-remote-entities.md)
445+
> [Quickstart: Convert a model for rendering](../../../quickstarts/convert-model.md)
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
- name: Setting up a Unity project from scratch
1+
- name: Unity/Setting up a Unity project from scratch
22
href: unity/project-setup.md
3-
- name: Working with remote entities in Unity
3+
- name: Unity/Working with remote entities in Unity
44
href: unity/working-with-remote-entities.md
5-
- name: Changing environment and materials
5+
- name: Unity/Changing environment and materials
66
href: unity/changing-environment-and-materials.md
7+
- name: Native C++/Integrate Remote Rendering into a Hololens app
8+
href: native-cpp/integrate-arr-into-holographic-app.md

0 commit comments

Comments
 (0)