Skip to content

Commit ee924b7

Browse files
authored
Merge pull request #7285 from CDiaz-MS/crossplat_doc_update
Update ARFoundation Doc for 2.3
2 parents 42e2cd4 + c098fd5 commit ee924b7

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Documentation/CrossPlatform/UsingARFoundation.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22

33
## Install required packages
44

5-
1. Download and import the **Microsoft.MixedReality.Toolkit.Providers.UnityAR** package, from [GitHub](https://github.com/microsoft/MixedRealityToolkit-Unity/releases/tag/v2.2.0) or [NuGet](../MRTKNuGetPackage.md)
6-
7-
> [!NOTE]
8-
> After you import the the UnityAR package, you will see the following error:
9-
> *Assembly has reference to non-existent assembly 'Unity.XR.ARFoundation' (Assets/MixedRealityToolkit.Staging/UnityAR/Microsoft.MixedReality.Toolkit.Providers.UnityAR.asmdef)*
10-
". To resolve, install the correct version of ARFoundation listed below.
5+
1. Download and import the **Microsoft.MixedReality.Toolkit.Unity.Foundation** package, from [GitHub](https://github.com/microsoft/MixedRealityToolkit-Unity/releases/tag/v2.3.0) or [NuGet](../MRTKNuGetPackage.md)
116

127
1. In the Unity Package Manager (UPM), install the following packages:
138

@@ -18,20 +13,13 @@
1813
| AR Foundation <br/> Version: 1.5.0 - preview 6 | AR Foundation <br/> Version: 1.5.0 - preview 6 | For Unity 2018.4, this package is included as a preview. To view package: Window > Package Manager > Advanced > Show Preview Packages|
1914
| ARCore XR Plugin <br/> Version: 2.1.2 | ARKit XR Plugin <br/> Version: 2.1.2 | |
2015

21-
**Unity 2019.x**
16+
**Unity 2019.3.x**
2217

2318
| **Android** | **iOS** |
2419
| --- | --- |
2520
| AR Foundation <br/> Version: 2.1.4 | AR Foundation <br/> Version: 2.1.4 |
2621
| ARCore XR Plugin <br/> Version: 2.1.2 | ARKit XR Plugin <br/> Version: 2.1.2 |
2722

28-
1. If using Unity 2019.x, the assembly definition file for the Unity AR provider needs to be modified to have the **UnityEngine.SpatialTracking** reference added.
29-
30-
> [!NOTE]
31-
> MRTK will automatically update the assembly definition based on the version of Unity in which the project has been loaded. This information is presented here for reference.
32-
33-
![Unity AR assembly definition](../Images/CrossPlatform/UnityArAssemblyReferences.png)
34-
3523
## Enabling the Unity AR camera settings provider
3624

3725
The following steps presume use of the MixedRealityToolkit object. Steps required for other service registrars may be different.

0 commit comments

Comments
 (0)