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

前端 未结 6 1397
灰色年华
灰色年华 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条回答
  •  甜味超标
    2020-12-07 03:11

    I had the same problem /Failed to load 'Assets/Plugins/QCARWrapper.dll'/ with vuforia plugin and latest version of Unity ( currently 5.1.2f 64bits ) and also couldn't get my laptop camera to work.

    Everything is fixed with the 32 bit release of Unity, even if my os is 64 bits (Windows 7).

提交回复
热议问题