"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

I can't use Extended Tracking with ARKit

Hi

How do I do Extended Tracking with ARKit?

My environment is below. Unity: 2018.3.12f1 Vuforia Version: 8.1.10 Device: iPad Pro (3rd generation) iOS ver:12.2

I would like to use Extended Tracking with ARKit. I did according to this article(https://library.vuforia.com/content/vuforia-library/en/articles/Solution/Configuring-Rotational-Tracking-in-Unity.html). But My environment didn't show "Fusion mode"(please check attached image). 

Though I builded and check Extended Tracking app, The app couldn't use ARKit. (I checked XCode project, but I couldn't find ARKit.)

How do I do Extended Tracking with ARKit?

Hello,

There is no checkbox for "Vuforia Fusion" to be enabled in an app - it is enabled by default. Thus, if your device supports ARKit (which it should), Vuforia Fusion will immediately enable it. Fusion can only be disabled via APIs.

usaganikki

Mon, 05/13/2019 - 06:56

In reply to by medabit

Thank you for reply.

> Thus, I'm not clear on the error you're seeing. How do you know that ARKit via Fusion has not been enabled?

I tried to find "import ARKit" in Xcode Project which is builded by Unity. But I could not find "import ARKit".