"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

NullReferenceException from VuforiaConfiguration.Instance

I've integrated Vuforia into my app, and it's okay on Unity editor and Android.

But when it runs on iphone, the logs says

NullReferenceException: A null value was found where an object instance was required.   at Vuforia.VuforiaAbstractConfiguration.CreateInstance () [0x00000] in <filename unknown>:0   at Vuforia.VuforiaAbstractConfiguration.get_Instance () [0x00000] in <filename unknown>:0   at Vuforia.VuforiaRuntimeInitialization.InitVuforia () [0x00000] in <filename unknown>:0

instead of Vuforia initialization successful  message.

It shows always same exception message when I access 'VuforiaConfiguration.instance" to debug.

and it's very fine to work if  Vuforia is applied into newly created empty project.

 

How can i solve this problem ?

 

modcreativeinc

Tue, 02/21/2017 - 23:25

I've run into this within Unity (5.5.1f) when trying to run the example video scene using the latest Vuforia SDK as well.