Looking-Glass / JoyconLib

Joy-Con library for Unity.
MIT License
467 stars 91 forks source link

Both joycons detected, but all data is 0 #52

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

I created an empty object and added the manager to it

I have two visual controllers, each have a demo script attached. One with Jc_ind1=0 and one with Jc_ind=1

Both joycons are detected, but all data is always zeros. (Gyro, acceleration, orientation, etc.)

Edit: After restarting my computer, I now get the buttons and joystick, but no gyro Edit 2: Had to toggle IMU back on as well oops. Turns out it was a "turn off an on again" Windows issue -.-