arfoundation-samples icon indicating copy to clipboard operation
arfoundation-samples copied to clipboard

ARKit Object Capture support?

Open Arytes opened this issue 3 years ago • 1 comments
trafficstars

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

Arytes avatar Aug 09 '22 09:08 Arytes

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/[email protected]/manual/object-capture-workflow.html

ankur-unity avatar Aug 09 '22 23:08 ankur-unity

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.

  • AR Foundation: https://docs.unity3d.com/Packages/[email protected]/manual/tracked-object-manager.html
  • ARKit: https://docs.unity3d.com/Packages/[email protected]/manual/arkit-object-tracking.html

ankur-unity avatar Sep 15 '22 18:09 ankur-unity

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

ankur-unity avatar Sep 15 '22 18:09 ankur-unity