cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make single project for both Gear VR and Android tablet builds?

YanaArtis
Protege
I am trying to make builds for Gear VR and tablet using the only Unity3D project. But Oculus Utilities Plugin changes project build settings to make the application running in Gear VR mode only. Even if VR mode is turned off, and OVRCameraRig is disabled.

Is it possible to build plain Android, non-Gear VR build application with the project containing Oculus Utilities Plugin?
1 ACCEPTED SOLUTION

Accepted Solutions

palii90
Protege
Remove the OVRPlugin.aar from your project. In this case the Unity will include its built in OVRPlugin (maybe not the latest version) when you build your project in VR mode. If you disable the VR mode the build will run normal in mode (the OVRPlugin excluded from the build).

View solution in original post

3 REPLIES 3

palii90
Protege
Remove the OVRPlugin.aar from your project. In this case the Unity will include its built in OVRPlugin (maybe not the latest version) when you build your project in VR mode. If you disable the VR mode the build will run normal in mode (the OVRPlugin excluded from the build).

YanaArtis
Protege
palii90, thank you! It works 🙂

oculus_gabor
Protege
When doing this, the "Bundle Identifier" (Under Player Settings > Other Settings) should be different for tablet builds and GearVR builds. On the S8, games who's bundle identifiers are on the google play store often (not always) put the phone into "game mode" which has a different resolution.