Forum Discussion

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

Help Oculus SDK OVR Hands - remapped after put off one of the controller

Hi,

I updated after long time SDK oculus in my project. I have issue with OVR Hands. 

I mapped OVR Controllers for my own actions. 

For example:
When I have in the hands both controllers everything works well. When I put left controller down off table, my right controllers automaticly remapped and my own actions not called.

Is possible disable somewhere this function?

Thank you.

1 Reply

  • I found the issue who have more people.  

    In android manifest must be - ( in new OVR it generated manifest with this line ).
    <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1" />

    I create manifest in android folder, read documentation about manifest.

    But nothing helped me :(