DobotMagician with unity DllNotFoundException


#1

I am currently trying to connect the Dobot magician with Unity (2020.2). I downloaded the Dobot DemoV2.3 and now I am trying to import the dll in my Unity application. But Unity throw a DLLNotFound Exception:DobotDll I searched everywhere the answer but couldn’t get a working solution.

Can someone give some help


#2

I put all dll in Assets/Plugins


#3

It seems that in unity you should put all dll in the project root not inside asset folder.


#5

I tried it but it didn’t work。