Unity Zxing QR code scanner integration

后端 未结 3 2044
后悔当初
后悔当初 2020-12-03 06:19

I need to integrate Zxing with vuforia to make a QR code scanning app in Unity? I have no idea how to integrate Zxing with Vuforia in unity.Can someone guide me how to do th

3条回答
  •  长情又很酷
    2020-12-03 06:54

    If you use Unity 5.x and 64-bit Windows you may get an error

    Failed to load Assets/Plugins/QCARWrapper.dll

    Solution is simple as stated in the question Unity3d - Failed to load 'Assets/Plugins/QCARWrapper.dll'

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

    2. Select the QCARWrapper.bundle in the Unity Project view (located under Assets > Plugins ), so that its settings are shown in the Unity Inspector Change the settings of QCARWrapper.bundle in the Unity inspector from Any Platform to Standalone + Editor.

    Than it works like a charm.

提交回复
热议问题