Skip to content

Commit e692215

Browse files
ChengNan Yanglawwong
authored andcommitted
Fix grip button not working while using SteamVR Plugin
1 parent 2d75c7b commit e692215

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Misc/SteamVRExtension/PartialInputBindings/bindings_vive_cosmos_controller.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"mode" : "button",
43-
"path" : "/user/hand/left/input/paddle_heavy"
43+
"path" : "/user/hand/left/input/grip"
4444
},
4545
{
4646
"inputs" : {
@@ -124,7 +124,7 @@
124124
}
125125
},
126126
"mode" : "button",
127-
"path" : "/user/hand/right/input/paddle_heavy"
127+
"path" : "/user/hand/right/input/grip"
128128
},
129129
{
130130
"inputs" : {

0 commit comments

Comments
 (0)