Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
gleslie's avatar
gleslie
Honored Guest
12 years ago

Silence VR Configuration Warning Dialog 0.4.3.1

Is there a way to silence the VR Configuration Warning dialog?



It in shown in my application's best performing configuration (d3d11 extended mode) on my machine using Unity Integration 0.4.3.1 and built with Unity 4.5.5f1.

Thanks,
Graham

3 Replies

Replies have been turned off for this discussion
  • kersk's avatar
    kersk
    Meta Employee
    Using Unity 4.5.5f1 with D3D11 in extended mode will result in builds that are capped at 60hz and will display visible judder due to a bug that has been fixed in newer versions of Unity. I recommend you upgrade to at least Unity 4.5.5p3 (patch release 3 contained a fix for this issue -- http://unity3d.com/unity/qa/patch-releases). When using that version or newer, this dialog will no longer appear.
  • gleslie's avatar
    gleslie
    Honored Guest
    "kersk" wrote:
    Using Unity 4.5.5f1 with D3D11 in extended mode will result in builds that are capped at 60hz and will display visible judder due to a bug that has been fixed in newer versions of Unity. I recommend you upgrade to at least Unity 4.5.5p3 (patch release 3 contained a fix for this issue -- http://unity3d.com/unity/qa/patch-releases). When using that version or newer, this dialog will no longer appear.


    Thanks for the heads up. Unity check for updates indicates I am up to date so I was not aware of these patches.