1
votes

I try to create simple VR application using unity + google cardboard sdk.

I install cardboard unity package and import it to unity project. I click update stereo cameras and drag stereo controller to camera. main camera properties are here : enter image description here

My scene has only camera. I run it andorid phone and the result is below.It has small screen. When I use cardboard, I don't see a clear view.

enter image description here

I install a VR app from play store(SeaWorld VR), it runs properly.

enter image description here

2

2 Answers

1
votes

You should disable/delete your 'Main Camera' object and use 'CardboardMain' provided in 'Cardboard/Prefabs/' directory.

1
votes

Under Resolution and Presentation, change “Default Orientation” to “Landscape Left".

New screenshot is : enter image description here