Unity-Wiimote
Unity-Wiimote copied to clipboard
Linux DLL error
I get DllNotFoundException: hidapi error when trying to run my project on Linux
I got the error. I built libhidapi from source and installed it. nothing I copied the .so inside the project Plugins folder (i created it). nothing
@Flafla2 Could you help us? I need this for a project
Edit: I built Signal11's HIDAPI and it fails too...
Same issue. Manjaro KDE.
I've also tried multiple ways to get this working with no success. Has anyone had luck yet?
I tried using this code some years ago and also had no luck. ☹️
Since I had a simple project (for instance I only needed to capture IR Camera Data), I moved to cwiid
. The API is easy to use, but does not deliver as much as this repository promises. I recall the installation being a bit tricky tho.