Well, I have a problem with Unity 5 and Vuforia 4. I'm trying to run the example I found here .
Every time I try to run the test it throws the following errors:
Error 1:
Failed to load 'Assets/Plugins/QCARWrapper.dll', expected 64 bit architecture (IMAGE_FILE_MACHINE_AMD64), but was IMAGE_FILE_MACHINE_I386.
Vuforia.WebCamAbstractBehaviour:IsWebCamUsed()
Vuforia.WebCamAbstractBehaviour:IsWebCamUsed()
Vuforia.VuforiaRuntimeUtilities:IsVuforiaEnabled()
Vuforia.TurnOffBehaviour:Awake() (at Assets/Vuforia/Scripts/TurnOffBehaviour.cs:21)
Error 2:
Failed to load 'Assets/Plugins/QCARWrapper.dll', expected 64 bit architecture (IMAGE_FILE_MACHINE_AMD64), but was IMAGE_FILE_MACHINE_I386.
Vuforia.WebCamAbstractBehaviour:CheckNativePluginSupport()
Vuforia.WebCamAbstractBehaviour:CheckNativePluginSupport()
Vuforia.WebCamAbstractBehaviour:IsWebCamUsed()
Vuforia.VuforiaRuntimeUtilities:IsVuforiaEnabled()
Vuforia.TurnOffBehaviour:Awake() (at Assets/Vuforia/Scripts/TurnOffBehaviour.cs:21)
Can anyone give me a light? Thankful.