Alex Martian
Alex Martian

Reputation: 3812

Unity3d 5.6 VR Cardboard application incorrectly displays on device

I've just installed Unity3d 5.6 and build application for Android with native VR support for Cardboard SDK (checking box Virtual Reality Supported and selecting Cardboard as VR SDK). App responds to movements of device, however, picture is not correctly takes only part of screen, what can cause that issue?

Built for Android 5.0, run on Android 5.1 Sony Z2, device is configured for cardboard viewer with Google Cardboard application, other VR games take all screen at expected.

enter image description here

Added:

As per advice on Unity forum I enabled Multithreded rendering, however it resulted in almost good, still not properly centered image flicked momentarely, then blank (lenses viewes disappeared).

enter image description here

enter image description here

Upvotes: 0

Views: 1398

Answers (2)

UB-
UB-

Reputation: 123

If you are manually setting the screen resolution by script (Screen.SetResolution) try commenting that out.

Upvotes: 1

Alex Martian
Alex Martian

Reputation: 3812

As written in Unity forum here:

https://forum.unity3d.com/threads/google-vr-sdk-1-10-unity-5-5-broken.445323/

for VR for cardboard development it' better for now to stick to using Unity 5.4.2 with Google VR SDK 10.3.

Upvotes: 0

Related Questions