Hi,
I am trying to embed a VR Unity project into a native Android App.
I have followed successfully this tutorial with a simple Unity project (no VR):
But when I try to embed a project that uses native Carboard VR I only get the typical plain 3D view. No split screen. I have tried to force stereo view in several ways with no success.
The same project built with Unity as an APK runs as expected.
I am using Unity 5.6.3p1.
The project is just a scene with a directional light, a camera, a cube, and I have selected VR supported in project settings.
Can you help me?
Thanks!