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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment