I have managed to embed unity within the android app, but my VR scene is getting loaded in non VR mode(no split screen) in the android app.
I have added a listener to a button which starts the unityplayeractivity.class intent.
If I install the VR scene as an independent app then it gets loaded in VR mode.
I dont understand the problem here. Please help!
Also below is the AndroidManifest.xml of the Unity project. Do I need to make any changes to load the VR scene in VR mode (SPLIT SCREEN)?
I have commented the intent part because I imported the unity project as library in my main android project.