steamvr_unity_plugin icon indicating copy to clipboard operation
steamvr_unity_plugin copied to clipboard

"Mirror" binding option bugged for Touch controls

Open ruanrothmann opened this issue 6 years ago • 2 comments

Hi, apologies if this has been posted, did not find anything on Search.

It appears that if you select the "mirror" option (ie mirror bindings to other hand) there is a small issue. This is what the JSON looks like:

`{

           "inputs" : {

              "click" : {

                 "output" : "/actions/default/in/move"

              }

           },

           "mode" : "button",

           "path" : "/user/hand/left/input/x"

        },

        {

           "inputs" : {

              "click" : {

                 "output" : "/actions/default/in/move"

              }

           },

           "mode" : "button",

           "path" : "/user/hand/right/input/x"

        },`

The button corresponding to the X button on the left hand controller should be the A button. With the binding as above, only the "X" button will work (i.e. the button on the left hand controller). If the path on the right hand controller in the above example is corrected to "input/a" it is mirrored properly.

ruanrothmann avatar Jul 10 '19 13:07 ruanrothmann

I can confirm this is still a case in 2021.

Ajk4 avatar Mar 01 '21 17:03 Ajk4

I believe the input system should redirect that binding to the proper input. Are you saying this binding does not work?

keithbradner avatar Jun 28 '21 17:06 keithbradner