Skip to content

Commit 561780b

Browse files
committed
Update UnityARConfigurationChecker.cs
1 parent bd4916e commit 561780b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit.Providers/UnityAR/Editor/ConfigurationChecker/UnityARConfigurationChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private static bool ReconcileArFoundationDefine()
5656
/// - If AR Foundation has been installed via the Unity Package Manager, add the appropriate assembly references
5757
/// - Unity 2018: Unity.XR.ARFoundation
5858
/// - Unity 2019 and newer: Unity.XR.ARFoundation, UnityEngine.SpatialTracking
59-
/// - If AR Foundation has been uninstalled, remove the assembly references.
59+
/// - If AR Foundation has been uninstalled, remove the assembly references.
6060
/// - Save the Microsoft.MixedReality.Toolkit.Providers.UnityAR.asmdef file
6161
/// This will result in Unity reloading the assembly with the appropriate dependencies.
6262
/// </remarks>

0 commit comments

Comments
 (0)