"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

Mid Air won't initialise from additive scene load

Vuforia SDK Version: 7.2.23 - Description with steps to reproduce: If you setup an AR scene with a Mid Air tracker using the standard menu tools and then try and load it into another scene using additive load it won't initialise. If you load it without additive load it will work. This exhibits in both the Editor using the printed tracker image and in a compiled app. So this works: SceneManager.LoadScene("ARsceneMidAirOnly"); But this won't: SceneManager.LoadScene("ARsceneMidAirOnly", LoadSceneMode.Additive); Using a ground plane instead will work using additive but mid air will not. - Development OS (Mac OS X, Windows, Linux): Mac OS - Mobile OS and Version: iOS - Mobile Device Manufacturer and Model name: Apple iPad Pro - Do the Vuforia Sample Applications show the same behavior?: Can't tell as none of the samples demo this behaviour.

I should also add the scene I'm loading into contains a Main Camera, I just used the default Unity Sample Scene you get in a new 3d project. But it mirrors what I want to do in my actual project.

I've managed to get a test scene working and can confirm the 2 issues are these:

1. The indicator prefab parents itself to the wrong camera.