I too have a problem with pressing play, the black and white flashing, and getting kicked out to view the playmode in desktop view, the play view not following the headset… also get around 50+ errors. Im using a Quest 2, in unity version 2021.3.31f1 (also tried 2021.3.26f1 with same results). Im using a xr sample project found here: GitHub - immersive-insiders/StarterProject.
Errors are below:
Unity v2021.3.31f1, Oculus Utilities v1.88.0, OVRPlugin v1.88.0, SDK v1.0.27.
UnityEngine.Debug:Log (object)
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2017)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
SystemHeadset Oculus_Link_Quest_2, API OpenXR
UnityEngine.Debug:LogFormat (string,object[ ])
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2022)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
OpenXR instance 0x303800000001 session 0x0
UnityEngine.Debug:LogFormat (string,object[ ])
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2026)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
Current display frequency 0, available frequencies [ ]
UnityEngine.Debug:LogFormat (string,object[ ])
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2141)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
TcpListener started. Local endpoint: 0.0.0.0:32419
UnityEngine.Debug:LogFormat (string,object[ ])
OVRNetwork/OVRNetworkTcpServer:StartListening (int) (at Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs:102)
OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer:OnEnable () (at Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs:246)
UnityEngine.GameObject:AddComponent<OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer> ()
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2153)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
[OVRNetworkTcpServer] Start Listening on port 32419
UnityEngine.Debug:LogFormat (string,object[ ])
OVRNetwork/OVRNetworkTcpServer:StartListening (int) (at Assets/Oculus/VR/Scripts/Util/OVRNetwork.cs:117)
OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer:OnEnable () (at Assets/Oculus/VR/Scripts/Util/OVRSystemPerfMetrics.cs:246)
UnityEngine.GameObject:AddComponent<OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer> ()
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2153)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
Local Dimming feature is not supported
UnityEngine.Debug:LogWarning (object)
OVRManager:InitOVRManager () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2200)
OVRManager:Awake () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2252)
Found IOVRSkeletonDataProvider reference in LeftOVRHand due to unassigned field.
UnityEngine.Debug:Log (object)
OVRSkeleton:Awake () (at Assets/Oculus/VR/Scripts/Util/OVRSkeleton.cs:233)
Found IOVRSkeletonDataProvider reference in RightOVRHand due to unassigned field.
UnityEngine.Debug:Log (object)
OVRSkeleton:Awake () (at Assets/Oculus/VR/Scripts/Util/OVRSkeleton.cs:233)
[OVRManager] OnApplicationPause(false)
UnityEngine.Debug:Log (object)
OVRManager:OnApplicationPause (bool) (at Assets/Oculus/VR/Scripts/OVRManager.cs:2967)
[OVRManager] OnApplicationFocus(true)
UnityEngine.Debug:Log (object)
OVRManager:OnApplicationFocus (bool) (at Assets/Oculus/VR/Scripts/OVRManager.cs:2975)
[OVRManager] HMDAcquired event
UnityEngine.Debug:Log (object)
OVRManager:Update () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2481)
[OVRManager] InputFocusLost event
UnityEngine.Debug:Log (object)
OVRManager:Update () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2569)
Unable to process a controller whose SampleRateHz is 0 now.
UnityEngine.Debug:Log (object)
OVRHaptics/OVRHapticsOutput:process () (at Assets/Oculus/VR/Scripts/OVRHaptics.cs:180)
OVRHaptics:process () (at Assets/Oculus/VR/Scripts/OVRHaptics.cs:416)
OVRManager:LateUpdate () (at Assets/Oculus/VR/Scripts/OVRManager.cs:2932)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_SYSTEM_INVALID]: xrGetD3D11GraphicsRequirementsKHR(m_xrInstance, m_xrSystemId, &graphicsReq), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:230 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_SYSTEM_INVALID, cmd xrGetD3D11GraphicsRequirementsKHR(m_xrInstance, m_xrSystemId, &graphicsReq) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:230)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_SYSTEM_INVALID]: xrCreateSession(m_xrInstance, &createInfo, &m_xrSession), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4270 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_SYSTEM_INVALID, cmd xrCreateSession(m_xrInstance, &createInfo, &m_xrSession) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4270)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateReferenceSpace(m_xrSession, &spaceCreateInfo, &outSpace), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4278 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateReferenceSpace(m_xrSession, &spaceCreateInfo, &outSpace) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4278)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateActionSpace(m_xrSession, &actionSpaceCreateInfo, &m_xrHandSpace[ovrpHand_Left]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4298 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateActionSpace(m_xrSession, &actionSpaceCreateInfo, &m_xrHandSpace[ovrpHand_Left]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4298)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateActionSpace(m_xrSession, &actionSpaceCreateInfo, &m_xrHandSpace[ovrpHand_Right]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4300 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateActionSpace(m_xrSession, &actionSpaceCreateInfo, &m_xrHandSpace[ovrpHand_Right]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4300)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateActionSpace( m_xrSession, &detachedControllersActionSpaceCreateInfo, &m_xrDetachedControllerSpace[ovrpHand_Left]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4309 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateActionSpace( m_xrSession, &detachedControllersActionSpaceCreateInfo, &m_xrDetachedControllerSpace[ovrpHand_Left]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4309)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateActionSpace( m_xrSession, &detachedControllersActionSpaceCreateInfo, &m_xrDetachedControllerSpace[ovrpHand_Right]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4312 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateActionSpace( m_xrSession, &detachedControllersActionSpaceCreateInfo, &m_xrDetachedControllerSpace[ovrpHand_Right]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4312)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrAttachSessionActionSets(m_xrSession, &attachInfo), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4353 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrAttachSessionActionSets(m_xrSession, &attachInfo) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4353)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] CreateXrHandTracking() failed (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4358)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateRenderModelPathsFB(m_xrSession, pathCount, &pathCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4370 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrSetPerformanceMetricsStateMETA(m_xrSession, &perfMetricsState), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4384 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] xrSetPerformanceMetricsStateMETA() failed (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4385)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrGetVisibilityMaskKHR(m_xrSession, viewType, (uint32_t)eyeId, maskType, &maskDesc), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:9994 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] Error -1000 returns from GetViewportStencil when querying size (arvr\projects\integrations\OVRPlugin\Src\Util\Compositor.cpp:825)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:110 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:110)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:119 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:119)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 0000000000000000, 0 stages
UnityEngine.Debug:Log (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1984)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&textureSwapChainImages[0]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:137 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&textureSwapChainImages[0]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:137)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:179 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:179)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:184 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:184)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 0000000000000000, 0 stages
UnityEngine.Debug:Log (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1984)
[OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&depthTextureSwapChainImages[0]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:202 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:318)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&depthTextureSwapChainImages[0]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:202)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRPlugin] [UpdatePerfMetrics] m_xrSession == XR_NULL_HANDLE (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:9892)
UnityEngine.Debug:LogWarning (object)
OVRManager:OVRPluginLogCallback (OVRPlugin/LogLevel,intptr,int) (at Assets/Oculus/VR/Scripts/OVRManager.cs:1988)
[OVRManager] OnApplicationFocus(false)
UnityEngine.Debug:Log (object)
OVRManager:OnApplicationFocus (bool) (at Assets/Oculus/VR/Scripts/OVRManager.cs:2979)
UnityEditor.HostView:OnLostFocus ()