Skip to content

Commit cfb8e21

Browse files
committed
Lock the Android XR package to 1.0.0 for now
1 parent c7abe57 commit cfb8e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityProjects/MRTKDevTemplate/Assets/Scripts/Editor/AndroidXRConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static void InstallPackages()
2525
}
2626

2727
Debug.Log("Adding com.unity.xr.androidxr-openxr and com.google.xr.extensions...");
28-
request = Client.AddAndRemove(new[] { "com.unity.xr.androidxr-openxr", "https://github.com/android/android-xr-unity-package.git" });
28+
request = Client.AddAndRemove(new[] { "com.unity.xr.androidxr-openxr", "https://github.com/android/android-xr-unity-package.git#v1.0.0" });
2929
EditorApplication.update += Progress;
3030
}
3131

0 commit comments

Comments
 (0)