Skip to content

Commit 259292f

Browse files
author
Michael Zappe
committed
Rename see links and correct wrong sentence about double check
1 parent 0a6abd2 commit 259292f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/remote-rendering/tutorials/unity/custom-models/custom-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ In this tutorial, you learn how to:
2828
The Mixed Reality Toolkit (MRTK) is a cross-platform toolkit for building mixed reality experiences. We use MRTK 2.8.3 for its interaction and visualization features.
2929

3030
The [official guide](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr) to import MRTK contains some steps we don't need to do. Only these three steps are necessary:
31-
- Importing the 'Mixed Reality Toolkit/Mixed Reality Toolkit Foundation' version 2.8.3 to your project through the Mixed Reality Feature Tool ([see](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr#import-the-mrtk-unity-foundation-package)).
32-
- Run the configuration wizard of MRTK ([see](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr#configure-the-unity-project)).
33-
- Add MRTK to the current scene ([see](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr#create-the-scene-and-configure-mrtk)). Use the *ARRMixedRealityToolkitConfigurationProfile* here instead of the suggested profile in the tutorial.
31+
- Importing the 'Mixed Reality Toolkit/Mixed Reality Toolkit Foundation' version 2.8.3 to your project through the Mixed Reality Feature Tool ([Import MRTK](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr#import-the-mrtk-unity-foundation-package)).
32+
- Run the configuration wizard of MRTK ([Configure MRTK](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr#configure-the-unity-project)).
33+
- Add MRTK to the current scene ([Add to scene](/training/modules/learn-mrtk-tutorials/1-5-exercise-configure-resources?tabs=openxr#create-the-scene-and-configure-mrtk)). Use the *ARRMixedRealityToolkitConfigurationProfile* here instead of the suggested profile in the tutorial.
3434

3535
## Import assets used by this tutorial
3636

@@ -44,7 +44,7 @@ With the introduction of MRTK, there are multiple scripts, prefabs, and assets t
4444
1. Select the **Import** button to import the contents of the package into your project.
4545
1. In the Unity Editor, select *Mixed Reality Toolkit -> Utilities -> Upgrade MRTK Standard Shader for Lightweight Render Pipeline* from the top menu bar and follow the prompts to upgrade the shader.
4646

47-
Once MRTK and the Tutorial Assets double check, that the correct profile is selected.
47+
Once MRTK and the Tutorial Assets are setup double check, that the correct profile is selected.
4848

4949
1. Select the **MixedRealityToolkit** GameObject in the scene hierarchy.
5050
1. In the Inspector, under the **MixedRealityToolkit** component, switch the configuration profile to *ARRMixedRealityToolkitConfigurationProfile*.

0 commit comments

Comments
 (0)