
i have a device we made. i connected with Unity via bluetooth. and i saw Unity Input Debugger stick value is not zero. there are three cases here.
- Unity 21.3.10f1 Window Platform - device bluetooth connect
- Unity Window Platform - device USB cable connect
- Android APK - device bluetooth connect case 2 and 3 is working good, Input Debugger stick value is zero. but only case 1 is not.
Please help me..
i tried InputSystem.ResetDevice(connectedJoystick, true) but it doesn't work.