Hello,
I have installed Vuforia 5.5.9 on Unity 5.3.4 64bit and trying to execute an example I have this error:
Failed to load ‘Assets/Plugins/x86/VuforiaWrapper.dll’, expected 64 bit architecture (IMAGE_FILE_MACHINE_AMD64), but was IMAGE_FILE_MACHINE_I386. You must recompile your plugin for 64 bit architecture.
Vuforia.WebCamAbstractBehaviour:IsWebCamUsed()
Vuforia.WebCamAbstractBehaviour:IsWebCamUsed()
Vuforia.VuforiaRuntimeUtilities:IsVuforiaEnabled()
Vuforia.DeviceTrackerAbstractBehaviour:Awake()
Failed to load ‘Assets/Plugins/x86/VuforiaWrapper.dll’, expected 64 bit architecture (IMAGE_FILE_MACHINE_AMD64), but was IMAGE_FILE_MACHINE_I386. You must recompile your plugin for 64 bit architecture.
Vuforia.VuforiaRuntimeUtilities:CheckNativePluginSupport()
Vuforia.VuforiaRuntimeUtilities:CheckNativePluginSupport()
Vuforia.WebCamAbstractBehaviour:IsWebCamUsed()
Vuforia.VuforiaRuntimeUtilities:IsVuforiaEnabled()
Vuforia.DeviceTrackerAbstractBehaviour:Awake()
I have tried the 64bit workaround but it seeom not work.
Any idea about how to execute Vuforia in 64bit editor?
Thanks in advance!
Kenshin