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?