carmines / UnityPluginCollection

source code for Unity plugins for Desktop and UWP
MIT License
30 stars 7 forks source link

Do not work in Hololens2 #10

Closed urasawa11 closed 4 years ago

urasawa11 commented 4 years ago

I built it according to your guide.

  1. build a CameraCapture.dll for ARM64
    loation of .dll : UnitySample\CameraCaptureApp\Assets\CameraCapture\Plugins\WSA\ARM64 file list : CameraCapture.dll , CameraCapture.dll.meta , CameraCapture.pdb
  2. build And Run a UnitySample (by Device Portal)

When I run the app, I get the following error.

DllNotFoundException Unable to load DLL 'CameraCapture: The specified module could not be found

urasawa11 commented 4 years ago

Solved by building the dll as a release version