@@ -48,29 +48,8 @@ require
4848[ ** AR Foundation 4.2.0-pre.7** ] ( https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.2/manual/index.html )
4949or newer,
5050[ ARCore Extensions] ( https://developers.google.com/ar/develop/unity-arf ) ** 1.24**
51- or newer. Download ` arcore-unity-extensions-1.24.0.tgz ` from the ARCore
52- Extensions for AR Foundation
53- [ releases page on GitHub] ( https://github.com/google-ar/arcore-unity-extensions/releases ) .
54- 55- Choose one of the following approaches to import the ARCore Extensions Package:
56- 57- 1 . Manually update dependencies before launching the project:
58- 59- * Locate ` arcore-depth-lab/Packages/manifest.json ` .
60- * Add the dependency of ARCore Extensions SDK with the loca path:
61- `"com.google.ar.core.arfoundation.extensions":
62- "file:{path/to}/arcore-unity-extensions-1.24.0.tgz",`
63- * Launch the project with Unity Editor 2020.3.
64- 65- 2 . Use Package Manager to import dependent package:
66- 67- * Use Unity 2020.3 to open the project.
68- * It's expected that a window pops up and shows there are compile errors
69- in this project due to missing Extensions SDK, select ** Continue** .
70- * In Unity editor, navigate to ` Window ` -> ` Package Manager `
71- * Click the plus button, and choose the ` Add package from tarball... `
72- option from the drop-down menu.
73- * Locate ` arcore-unity-extensions-1.24.0.tgz ` and click Open.
51+ or newer. The [ ARCore Extensions sources] ( https://github.com/google-ar/arcore-unity-extensions )
52+ are automatically included via the Unity package manager.
7453
7554This project only builds with the Build Platform ** Android** . Build the project
7655to an Android device instead of using the ** Play** button in the Unity editor.
0 commit comments