iOS11.1 + Unity2017.1 + Vuforia6.2 + ARKit1.0.11
i have 3 scenes:
a. main scene: two button to switch arkit and vuforia;
b. vuforia scene(can go back to a)
c. arkit scene(can go back to a)
(y: the camera works fine. n:the camera doesn't work.)
1. a -> b(y) -> a -> c(y) -> a -> c(y) -> a -> b(y) -> a -> c(n)
2. a -> c(y) -> a -> b(y) -> a -> c(n)
the camera doesn't work after c->b->c, i've no idea whether vuforia or arkit cause the problem.
any one help, thanks!
Ground Plane is now available in Vuforia 7, which utilizes ARKit. You can get the native SDK here: https://developer.vuforia.com/downloads/sdk or within Unity 2017.3.0f3
You can find documentation on this feature here https://library.vuforia.com/features/environments/ground-plane-guide.html and samples will be available soon.
Thanks,
Vuforia Support