Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Oculus Quest 2 shaking

Discussion in 'Editor & General Support' started by WJA8O2, May 11, 2023.

  1. WJA8O2

    WJA8O2

    Joined:
    Jan 30, 2023
    Posts:
    9
    Hello,

    I made a Unity project with the oculus integration package.
    When I run the application everything runs smoothly. Sometimes when I put on the VR headset everything begins to shake and I get these warnings:
    [OVRPlugin] xrReleaseSwapchainImage() failed: XR_ERROR_VALIDATION_FAILURE (arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.cpp:8081)
    UnityEngine.Debug:LogWarning (object)
    OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1901)

    [OVRPlugin] [XRCMD][failure] [XR_ERROR_VALIDATION_FAILURE]: xrReleaseSwapchainImage(swapchain, &releaseInfo), arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.cpp:8079 (arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.h:307)
    UnityEngine.Debug:LogWarning (object)
    OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1901)

    Does Anyone know how to fix this? Error.png
     
  2. adeick8

    adeick8

    Joined:
    Jan 4, 2023
    Posts:
    4
    I have the same warning. I have a shakey headset as well
     
  3. WJA8O2

    WJA8O2

    Joined:
    Jan 30, 2023
    Posts:
    9