Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
CHADALAK1's avatar
CHADALAK1
Explorer
8 years ago

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!

1 Reply

Replies have been turned off for this discussion


  • 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!