I a new developer. I want to use WMR and map my input to the game using Input Manager in the Unity Editor. I followed the manual Unity - Manual: XR architecture
every button is working fine (at least the ones I needed) except for the Thumbsticks Press. I tried every possible way that I know (joystick button 8, 8, 8th axis(joystick) (key and mouse, joystick axis) nothing is working.
Looks like our docs are incorrect. Sorry about that! Here are the correct mappings:
touchpad touch: buttons 16/17
touchpad press: buttons 8/9
thumbstick press: buttons 18/19
I’ll get that fixed.
By the way, the Input Manager is being replaced by the new InputSystem. I encourage you to look into the new InputSystem package instead of learning Input Manager:
I should mention: some of the mappings were switched around in 19.2 and 19.3 so that wmr mappings would match up with other platforms. The intention was to enable easy cross-platform input using the button and axis mappings.
Make sure you check the documentation for the Unity version you are using for correct mappings, once they publish next week.