作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 Unity Android 应用程序上使用 C++ dll。要在 Android 设备上使用 native dll,我了解到应该使用 Unity 5。我从 here 下载 unity5。 。我的应用程序需要 vuforia。所以我从here下载vuforia包。
Unity 5 是 64 位。
在 Unity 编辑器上,我删除 MainCamera
并添加 ARCamera
。 Unity 控制台上有错误消息。消息如下:
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 forum上有这个问题的解决方案。但我没有找到unity编辑器(32位)
最佳答案
要将 Vuforia 与 Unity 64 位结合使用,只需将 QCARWrapper
DLL 从 /Plugins
移动到 /Plugins/x86
即可。这些是 DLL:
这应该可以解决问题!
关于unity-game-engine - Unity3d - 加载失败 'Assets/Plugins/QCARWrapper.dll',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30119423/
我想在 Unity Android 应用程序上使用 C++ dll。要在 Android 设备上使用 native dll,我了解到应该使用 Unity 5。我从 here 下载 unity5。 。我
我是一名优秀的程序员,十分优秀!