We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7abe57 commit cfb8e21Copy full SHA for cfb8e21
UnityProjects/MRTKDevTemplate/Assets/Scripts/Editor/AndroidXRConfig.cs
@@ -25,7 +25,7 @@ public static void InstallPackages()
25
}
26
27
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" });
+ request = Client.AddAndRemove(new[] { "com.unity.xr.androidxr-openxr", "https://github.com/android/android-xr-unity-package.git#v1.0.0" });
29
EditorApplication.update += Progress;
30
31
0 commit comments