knarfrank
knarfrank
Hey, I was getting the same error. With the editor closed. Some more info from the log: `Couldn't open /Users/frank/Code/game/main_game/server.app/Contents/Plugins/hidapi.bundle/Contents/MacOS/hidapi, error: dlopen(/Users/frank/Code/game/main_game/server.app/Contents/Plugins/hidapi.bundle/Contents/MacOS/hidapi, 2): no suitable image found. Did find: /Users/frank/Code/game/main_game/server.app/Contents/Plugins/hidapi.bundle/Contents/MacOS/hidapi:...
When I did it a while back I think I used some code from `GetProbableSensorBarIR()` in IRData.cs https://github.com/Flafla2/Unity-Wiimote/blob/c5612536430899160eee1d7505b64bb75612c492/Assets/Wiimote/Scripts/WiimoteData/IRData.cs#L231 This made it possible to get the 4 raw IR point before...