Forum Discussion

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

OVRPlayerController doesn't allow player to move with controllers after build

When the game is launched to show on the Oculus Quest, it doesn't allow the player to move at all with the controllers. The OVRPlayerController has ForwardDirection and the OVRCameraRig in it, so I'm not sure what the issue is. I am using Unity 2018.3.5f1 and Oculus Integration 1.39 from the Unity asset store. Any help would be great!

3 Replies

  • Use the Oculus menu to delete your Android Manifest and Create Store-compatible one. 

    And I've also seen that you're supposed to add this to the manifest:

    <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1" />


    I do both, but I haven't tested without the second one. 
  • anyone know what the manifest is? And how to create the Store-compatible one?
  • Use the Oculus menu to do both. It's a file that the Android OS uses and passes along to the app.