"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

Qualcomm Vuforia conflict with Unity 4.6

Vuforia SDK Version: 3.0.9 - Description with steps to reproduce:

Hello,

 We are trying to use Vuforia with our latest Unity project but have encountered a conflict with the Image class in your Qualcomm.Vuforia.UnityExtensions.dll and a new class called Image in the UnityEngine.UI package. I believe the Vuforia solution would work if Image in your DLL was namespaced. Would this be possible to do in a short amount of time? Are there updates planned for the library to support Unity 4.6? Alexander Cooney Filament Games LLC - Development OS (Mac OS X, Windows, Linux): Windows - Mobile OS and Version: Android OS - Mobile Device Manufacturer and Model name: Ipad Air, Nexus - Do the Vuforia Sample Applications show the same behavior?:

AlessandroB

Mon, 11/03/2014 - 20:39

Hi,

note that Unity 4.6 is still in Beta at present.

However, have you tried accessing the UnityEngine.UI element by prepending the UnityEngine.UI namespace prefix to the class name (i.e. using the fully qualified class name) ? This should avoid the name conflict.