googlevr / gvr-unity-sdk

Google VR SDK for Unity
http://developers.google.com/vr/unity/
Other
2.71k stars 1.1k forks source link

Distortion Correction Toggling with Unity and Daydream #1052

Open rr-codes opened 4 years ago

rr-codes commented 4 years ago

I'm trying to disable distortion correction for Daydream using the most recent version of GVR, however it does not appear this is possible. (Unity 2018.4.7). I tried used a previous release of the SDK (1.4) which contains GVRViewerMain which has such an option, however when building the project, it does not seem to do anything, which I suspect is a result of Unity's native handling of the Daydream VR SDK.

Is it possible to either reintroduce this feature in a new version of the SDK, or support using the latest version of Unity with an older release of the SDK? Thanks