Skip to content

Commit 5d4fd9a

Browse files
committed
make Acrolinx happy
1 parent 43027d3 commit 5d4fd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/remote-rendering/how-tos/unity/install-remote-rendering-unity-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Azure Remote Rendering uses a Unity package to encapsulate the integration into
1313
This package contains the entire C# API and all plugin binaries required to use Azure Remote Rendering with Unity.
1414
Following Unity's naming scheme for packages, the package is called **com.microsoft.azure.remote-rendering**.
1515

16-
The package is not part of the [ARR samples repository](https://github.com/Azure/azure-remote-rendering), and it is not available from Unity's internal package registry.
16+
The package isn't part of the [ARR samples repository](https://github.com/Azure/azure-remote-rendering), and it isn't available from Unity's internal package registry.
1717
You can choose one of the following options to install the Unity package.
1818

1919
## Install Remote Rendering package using the Mixed Reality Feature Tool
@@ -94,7 +94,7 @@ To update a local package, just repeat the respective download steps you used an
9494
9595
## Unity render pipelines
9696
97-
Remote Rendering works with both the **:::no-loc text="Standard render pipeline":::** ("built-in pipeline") and the **:::no-loc text="Universal render pipeline":::** ("URP"). For performance reasons, it is recommended to use the built-in render pipeline, unless there are strong reasons that require URP.
97+
Remote Rendering works with both the **:::no-loc text="Standard render pipeline":::** ("built-in render pipeline") and the **:::no-loc text="Universal render pipeline":::** ("URP"). For performance reasons, it's recommended to use the built-in render pipeline, unless there are strong reasons that require URP.
9898
9999
To use the **:::no-loc text="Universal render pipeline":::**, its package has to be installed in Unity. The installation can either be done in Unity's **Package Manager** UI (package name **Universal RP**, version 7.3.1 or newer), or through the `Packages/manifest.json` file, as described in the [Unity project setup tutorial](../../tutorials/unity/view-remote-models/view-remote-models.md#include-the-azure-remote-rendering-and-openxr-packages).
100100

0 commit comments

Comments
 (0)