Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.04k stars 1.14k forks source link

ARKit Object Capture support? #999

Closed Arytes closed 2 years ago

Arytes commented 2 years ago

does it support ARKit Object Capture or when did it support?

ankur-unity commented 2 years ago

Object Capture API is part of RealityKit and not ARKit Framework. AR Foundation does not support RealityKit.

Unity has a AR Companion package which support the use case of Object Capture. It uses Apple's Object Capture under the hood. See https://docs.unity3d.com/Packages/com.unity.ar-companion-core@1.0/manual/object-capture-workflow.html

ankur-unity commented 2 years ago

Note that ARKit support Object Tracking which is different than Object Capture. AR Foundation support object tracking. The documentation on AR Foundation and ARKit package will be a good place to start for object tracking.

ankur-unity commented 2 years ago

Closing this issue as answered and due to lack of activity from user. Feel free to re-open if there are follow-up questions.