【问题标题】:Augmented reality webcame error增强现实网络摄像头错误
【发布时间】:2015-09-30 04:19:52
【问题描述】:

我正在使用 unity 5 开发增强现实应用程序。 我有一个错误:

Failed to load 'Assets/Plugins/QCARWrapper.dll', expected 64 bit architecture 
(IMAGE_FILE_MACHINE_AMD64), but was IMAGE_FILE_MACHINE_I386. You must 
recompile your plugin for 64 bit architecture.

有什么帮助吗?

【问题讨论】:

  • 您正在尝试在 64 位程序中使用 32 .dll,但这不起作用。要么获得该插件的 64 位版本,要么将 Unity 设置为 32 位(如果可能的话)

标签: unity3d augmented-reality unity3d-5


【解决方案1】:

遇到了同样的问题,必须安装 Unity 32 位才能让 Vuforia 在我的项目中正常工作。 您可以从here 下载最新的 32 位 Unity 编辑器。 如果您正在寻找特定版本,here is the full list

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-10-28
    • 2020-01-02
    • 2023-04-07
    • 1970-01-01
    • 2013-07-28
    • 2020-08-13
    • 1970-01-01
    • 2012-10-11
    相关资源
    最近更新 更多