Jump to content

TakashiWatanabe

Verified Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. If I start unity editor and use only left controller, the button works. But as soon I switch on the right controller, the left shoulder button stops sending events. This behaviour is only for the left shoulder button. All others work without a problem.
  2. I've found shoulder button on left does not work most of the time, the same on the right works no problem. I tried to bind, <XRController>{LeftHand}/shoulderPressed and <ViveCosmosController>{LeftHand}/shoulderPressed But none of these works. Binding another button even the shoulder button on the right hand controller works no problem. It worked once when I tried this; <ViveCosmosController>/shoulderPressed But the script was receiving 2 events per one press.
  3. OK, after installing com_htc_vive.openxr-1.0.1.tgz, all the input bindings are working. In previous versions I had to add brackets and use unnatural names but this version works, thanks so much. Left shoulder button was not working at first but started working, I don't know why. Also tracking sometimes does not work for some reason. But basically all are working.
  4. Found it myself. 1.0.1 meant com_htc_vive.openxr-1.0.1.tgz, not about the com_htc_upm_vive.openxr.controllers atached on top of this thread.
  5. I am having the same trouble with JMangles, where can I find the 1.0.1 update? Please help.
  6. Also line 26 & 27 of HtcViveCosmosInputFeature.cs in this tgz are; OpenxrExtensionStrings = "XR_HTC_vive_cosmos_controller_interaction", Version = "0.0.1", and in the previous com_htc_upm_vive.openxr.controllers-1.0.0.tgz, these lines are the only difference which goes; OpenxrExtensionStrings = "", Version = "0.0.1", Only this strings is the difference but imo the version should be incremented. I am digging these because I am having trouble binding inputs from cosmos controllers.
  7. But the com_htc_vive.openxr-1.0.0.tgz on the top post has package.json files points to "com.unity.xr.openxr": "1.3.1" which upgrades OpenXR plugin to 1.3.1 on import. Please fix it.
×
×
  • Create New...