cancel
Showing results for 
Search instead for 
Did you mean: 

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

mafikes
Explorer
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 1

mafikes
Explorer
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 😞