Unity3d - Failed to load 'Assets/Plugins/QCARWrapper.dll'

前端 未结 6 1371
灰色年华
灰色年华 2020-12-07 02:30

I want to use c++ dll on unity android application. To use native dll on a android device, I learn that I should use Unity 5. I download unity5 from here. My application req

6条回答
  •  萌比男神i
    2020-12-07 03:30

    To use Vuforia with Unity 64 bit, just move the QCARWrapper DLLs from /Plugins to /Plugins/x86. These are the DLLs:

    • QCARWrapper.exp
    • QCARWrapper.lib
    • QCARWrapper.dll
    • QCARWrapper.dll.signature

    This should solve the problem!

提交回复
热议问题