Skip to content

Commit 9fa38cc

Browse files
authored
Merge pull request #195866 from pamistel/pamistel_requiredPackages
pamistel: Updated Package imports
2 parents 8428e4a + bbe6626 commit 9fa38cc

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

includes/spatial-anchors-unity-download-packages.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ The next step is to download the Azure Spatial Anchors packages for Unity.
1010

1111
To use Azure Spatial Anchors in Unity, you need to download **both** the **core package** (`com.microsoft.azure.spatial-anchors-sdk.core`) and a **platform-specific package** for each platform that you plan to support.
1212

13-
| Platform | Package name |
13+
| Platform | Required package names |
1414
|----------|-------------------------------------------------|
15-
| All Platforms | `com.microsoft.azure.spatial-anchors-sdk.core@<version_number>` |
16-
| Android | `com.microsoft.azure.spatial-anchors-sdk.android@<version_number>` |
17-
| iOS | `com.microsoft.azure.spatial-anchors-sdk.ios@<version_number>` |
18-
| HoloLens | `com.microsoft.azure.spatial-anchors-sdk.windows@<version_number>` |
15+
| HoloLens | `com.microsoft.azure.spatial-anchors-sdk.core@<version_number>`<br>`com.microsoft.azure.spatial-anchors-sdk.windows@<version_number>` |
16+
| Android | `com.microsoft.azure.spatial-anchors-sdk.core@<version_number>`<br>`com.microsoft.azure.spatial-anchors-sdk.android@<version_number>` |
17+
| iOS | `com.microsoft.azure.spatial-anchors-sdk.core@<version_number>`<br>`com.microsoft.azure.spatial-anchors-sdk.ios@<version_number>`|
18+
19+
## [Install with Mixed Reality Feature Tool](#tab/unity-package-mixed-reality-feature-tool)
20+
21+
> [!NOTE]
22+
> The <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> currently only supports Windows.
23+
24+
Continue to the next step. You'll use the <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> in a later step.
1925

2026
## [Download with web browser](#tab/unity-package-web-ui)
2127

@@ -41,8 +47,4 @@ npm pack com.microsoft.azure.spatial-anchors-sdk.core@<version_number> --registr
4147
4248
The Azure Spatial Anchors core package will be downloaded to the folder where you ran the command. **Repeat** this step to download the package for each platform that you plan to support.
4349
44-
## [Install with Mixed Reality Feature Tool](#tab/unity-package-mixed-reality-feature-tool)
45-
46-
Continue to the next step. You'll use the <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> in a later step.
47-
4850
---

includes/spatial-anchors-unity-import-packages.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ ms.author: pamistel
77
---
88

99

10+
# [Mixed Reality Feature Tool](#tab/unity-package-mixed-reality-feature-tool)
11+
12+
This step requires that the <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> is downloaded and available.
13+
14+
1. Follow the <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> documentation to set up the tool and learn how to use it.
15+
2. Install
16+
1. _Azure Spatial Anchors SDK **Core**_
17+
1. _Azure Spatial Anchors SDK **for \<your platform(s)>**_
18+
1. **Mixed Reality OpenXR Plugin** if using OpenXR - located under _Platform Support_
19+
20+
1021
# [Web download](#tab/unity-package-web-ui)
1122

1223
Follow the instructions <a href="https://docs.unity3d.com/Manual/upm-ui-tarball.html" target="_blank">here</a> to import the Azure Spatial Anchors packages you downloaded into the Unity project using the Unity Package Manager.
@@ -15,14 +26,4 @@ Follow the instructions <a href="https://docs.unity3d.com/Manual/upm-ui-tarball.
1526

1627
Follow the instructions <a href="https://docs.unity3d.com/Manual/upm-ui-tarball.html" target="_blank">here</a> to import the Azure Spatial Anchors packages you downloaded into the Unity project using the Unity Package Manager.
1728

18-
# [Mixed Reality Feature Tool](#tab/unity-package-mixed-reality-feature-tool)
19-
20-
This step requires that the <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> is downloaded and available.
21-
22-
> [!NOTE]
23-
> The <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> currently only supports Windows.
24-
25-
1. Follow the <a href="/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool" target="_blank">Mixed Reality Feature Tool</a> documentation to set up the tool and learn how to use it.
26-
2. Install the Azure Spatial Anchors SDK core package, as well as any platform-specific package, into the Unity project folder.
27-
2829
---

0 commit comments

Comments
 (0)