Forum Discussion
80dots
8 years agoHonored Guest
[Gear VR Controller] 'Back key' not working at Unity 2017.2
I'm using Unity 2017.2 and Oculus SDK 1.19.0.
For checking the status of Back key of My Gear VR Controller, I wrote the below simple code.
When I tested...
I think that there is some problem when Unity update to OpenXR..
So.. I tried the below code.
I think that Oculus developers should check the Input System if they update to Unity 2017.2.
For checking the status of Back key of My Gear VR Controller, I wrote the below simple code.
bool isBackPressed = OVRInput.GetDown(OVRInput.Button.Back);When I tested...
- Unity 2017.1 & Oculus SDK 1.18.0 : No problem.
- Unity 2017.2 & Oculus SDK 1.18.0 : Back key is not work.
- Unity 2017.2 & Oculus SDK 1.19.0 : Back key is not work.
I think that there is some problem when Unity update to OpenXR..
So.. I tried the below code.
bool isBackPressed = OVRInput.GetDown(OVRInput.Button.Back) || OVRInput.GetDown(OVRInput.Button.Two);It's works... But sometimes it does not work.I think that Oculus developers should check the Input System if they update to Unity 2017.2.
3 Replies
Replies have been turned off for this discussion
- 80dotsHonored Guest
- 80dotsHonored Guest
- Anonymous
imperativity said:
@80dots
A fix for this will be released for Plugin 1.22, Unity 2017.1, Unity 2017.2, Unity 2017.3
Hi! Does this mean Oculus Utilities 1.22 does not fix that yet and we have to wait for a fix to 1.22?
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 days ago