Search Issue Tracker
Fixed in 0.0.13-preview
Votes
0
Found in [Package]
0.0.9-preview
Issue ID
1091948
Regression
No
[XR] GearVR HMD and Remote Controls are missing or incorrect
Migrated bug from GitHub: https://github.com/Unity-Technologies/InputSystem/issues/218
HMD:
HMD does not have controls for the "back" "start" or Dpad buttons shown in the Oculus documentation (https://developer.oculus.com/documentation/unity/latest/concepts/unity-ovrinput/)
Remote:
- "Back" button does not function for Remote
- Touchpad is exposed as a Vector2 control in the InputAction bindings list, but is documented as button input on the Oculus website (https://developer.oculus.com/documentation/unity/latest/concepts/unity-ovrinput/)
- The Remote has a combinedTrigger. Is this valid? The combined Trigger does not work properly for left hand. It should produce a negative value when the controller is set to left hand, but the value is observed to remain positive.
jackpr-unity commented 28 days ago
As of 2018.3.0b2 with package version 0.0.7-preview lots has been fixed. Current state is all good except:
HMD does not have controls for the "back" "start" or Dpad buttons shown in the Oculus documentation (https://developer.oculus.com/documentation/unity/latest/concepts/unity-ovrinput/)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment