Forum Discussion
CHADALAK1
8 years agoExplorer
OVRInput when both controllers in Scene call Twice on input
Hello!!
When I call something like:
if(OVRInput.GetDown(OVRInput.RawButton.B))
and when both motion controllers are active in the scene, the bind will call twice.
Even adding specifications like this:
if(OVRInput.GetDown(OVRInput.RawButton.B, OVRInput.Controller.RTouch))
Still will call twice if both controllers are active in the scene.
I'm using Unity 2017.1 and I was curious if this was some sort of bug or not?
Hope all is well!
When I call something like:
if(OVRInput.GetDown(OVRInput.RawButton.B))
and when both motion controllers are active in the scene, the bind will call twice.
Even adding specifications like this:
if(OVRInput.GetDown(OVRInput.RawButton.B, OVRInput.Controller.RTouch))
Still will call twice if both controllers are active in the scene.
I'm using Unity 2017.1 and I was curious if this was some sort of bug or not?
Hope all is well!
1 Reply
Replies have been turned off for this discussion
- CHADALAK1Explorer
imperativity said:
Hi,
You may be using both Input and OVRInput in your scene. Can you check and advise?
I double checked and I can confirm it is Indeed this! Thank you!
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
- 1 year ago
- 2 years ago
- 1 month ago