Jump to content

PascalOtto

Verified Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral
  1. I did talk to a Vive dev yesterday. Both bugs will probably be fixed in the next SteamVR update.
  2. Hey Jerry, yeah I was able too replicate the problem you described. I had only tested with one action binding until now, but this is another big problem which needs to be fixed. I wonder if Vive or Steam devs did absolutely zero testing on the Vive tracker OpenXR extension! Did you find a workaround to get the suggested bindings working, Jerry? If this is a SteamVR problem and not fixable by Vive developers, what is the best way to get SteamVR developers attention? If any Vive devs are reading this, can you please help letting valve know about the problem?
  3. Hi developers, I have a problem with SteamVR/OpenXR suggestedBindings. For Vive-Controllers there is a mismatch between the input-name in SteamVR and the OpenXR-Specification. The menu button is named "menu" in openXR-Specification, but is named "application_menu" in SteamVr. When I suggest `XrActionSuggestedBinding(MyAction, FOpenXRPath("/user/hand/left/input/menu/click")` it works fine and steamVRs binding will look like this { "inputs" : { "click" : { "output" : "/actions/ue/in/vive_left_menu_click" } }, "mode" : "button", "parameters" : { "force_input" : "click" }, "path" : "/user/hand/left/input/application_menu" }, so somehow SteamVr seems to reinterpret "menu" as "application_menu" and it is working correct But when I do the same for vive trackers it will not be translated to the correct path (I am using the pogo pins) ` XrActionSuggestedBinding(MyAction, FOpenXRPath("/user/vive_tracker_htcx/role/chest/input/menu/click") { "inputs" : { "click" : { "output" : "/actions/trackers/in/chest-menu" } }, "mode" : "button", "parameters" : { "force_input" : "click" }, "path" : "/user/chest/input/menu" }, The binding will not work for tracker menu pogo pin, unless you change it manually to "application_menu". Do you think SteamVR developers forgot to make the name translation for the trackers and only did the controller? I need to get the bindings to work without manual adjustments.
×
×
  • Create New...