B0M

Results 4 comments of B0M

I FOUND IT. You guys need to CLEAN after you stop the game. If you don't do something like this: ``` void OnApplicationQuit() { if (remote != null) { WiimoteManager.Cleanup(remote);...

@jerry900287 Try my way. I didn't have to rebuild the HIDAPI at all, and I doubt that's the issue. It works for me, because I cleaned before closing.

I only just tried the wiimote on build and it worked identically, no problems so far on desktop build. when it said "Incorrect input to HIDAPI. No data has been...

Also for the odd occasions when the wiimotes stop working, you want to detect and event like this, clean the remotes and refind it. The event i looked for was...