简体   繁体   中英

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.

在此处输入图片说明

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).

在此处输入图片说明

在此处输入图片说明

如果要通过脚本(Screen.SetResolution)手动设置屏幕分辨率,请尝试将其注释掉。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM