Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
2.99k stars 1.11k forks source link

ARCore Geospatial API sample #997

Closed annachiu7 closed 1 year ago

annachiu7 commented 1 year ago

It'll be really nice to have an ARCore Geospatial API sample in addition to the existing ARKitGeoAnchors sample that demonstrates how to put anchors/objects in a real-world location

ankur-unity commented 1 year ago

Currently, AR Foundation does not support ARCore Geospatial APIs. You can look into the ARCore Extensions package which is maintained by Google and works on top of AR Foundation to provide ARCore features that are not yet integrated into AR Foundation. https://github.com/google-ar/arcore-unity-extensions

ankur-unity commented 1 year ago

Closing as answered. The samples are available in the ARCore Extension package as stated above. Feel free to re-open to the issue if you have additional questions.