I tried with VR template in UE5.5.4
If I set MetaXR\XRAPI → Oculus OVR Plugin, I can’t run the preview and got bug
LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future
LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_EXTENSION_DEPENDENCY_NOT_ENABLED]: xrCreateInstance(&createInfo, &instance), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4417 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:350)
LogOVRPlugin: Display: Initialize: xrCreateInstance() failed
LogOVRPlugin: Error: Plugin failed to initialize. (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2739)
If I set MetaXR\XRAPI → Epic Native OpenXR, it could run. But the hand tracking didn’t work (only the controller tracking worked)
How could I fix it?