Search code examples
iosunity-game-engineaugmented-realityarkit

ARKit object tracking app to create arobject files


Where can I get AR Scanner app? I'm using arkit plugin for my unity3d application. It's first time I have experience with iOS. After success implementation of image tracking I want to try some object tracking, but I cant find application to make arobject scan files. So to make this arobject file I need the application from apple tutorial:

https://developer.apple.com/documentation/arkit/scanning_and_detecting_3d_objects

Already searched with "arkit", "arkit object tracking" etc in appstore, but no result(searched on ipad , which is used for testing builds).

Can somebody show me the link, or am I missunderstanding somethink?


Solution

  • Sample code for Scanning and Detecting 3D Objects is very complicated and I saw no robust AR scanner apps on Apple Store. But if you wanna see how such app looks like use Apple's Reality Composer iOS application and choose Object Anchor when you'll launch it.

    Or you can download Scanning and Detecting 3D Objects app from here, just press blue Download button at the top of this webpage.