All this information you have already passed me several times and I repeat that I have everything well installed and in place, with the same configuration as you (the one you give in the video and I passed you images and in which folder I had the plugin).
The plugin is in E:\Program Files\Epic Games\UE_5.1\Engine\Plugins\Marketplace\MetaXR
I use Windows 10 and I only have OculusClient and Meta Quest Developer Hub installed. OVR Metrics tool in Meta Quest 2. Oculus OpenXR Runtime. I don’t use the deprecated plugin.
UE 5.1.1. Version 50 of the Oculus software and also 50 (the one to be used with it) of the Meta XR Plugin. Until recently there was only 49 of the plugin.
But I already say that it is an error that they have reproduced and they are fixing and that it has to happen to everybody that uses the Meta XR plugin, as much with the new one, as with the previous one.
It shows red errors when loading projects, which apparently do not cause the application to fail, both Epic Template and yours, and there are issues of failures in the inputs that have been reproduced and are being fixed.
I imagine that the people used only the OpenXR plugin (it was like that with the developers who answered me in your Discord) or, as it fails them, they will ignore the Logs. See the links to JayLu2001’s pull request.
Anyway, the GDXR version that was there now was much better than the old version from the marketplace; I install them directly from there.
I’ve been working since Unreal Engine version 4.25 and doing things in VR for Quest with other Templates, VR Expansion, VRGK and other little known ones without problem, I don’t think it’s a bad configuration of mine.
Hello I got the same error after opening the project using MetaXR.
LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_FORM_FACTOR_UNAVAILABLE]: xrGetSystem(instance, &systemGetInfo, &systemId),
It didn’t affect anything in editor , but now I can not pakage.
Have you solved this problem?
At the moment I am not using the Meta XR plugin, also I don’t know if they have already uploaded the version of Meta XR plugin for UE5.2.
I only use the OpenXR plugin
@Cdaked,
The MetaXR plugin is not yet available for UE 5.2. But I am able to function without any issues on packaging for both quest pro and quest2, in UE 5.1.
As I’ve shown above, at the time, I fixed both errors by moving the files outside the folder as I demonstrate.
I do note that this has since been fixed by Meta, and every version after 49 do Install correctly and work as intended, for the most part anyways ahahah.
I have not been able to reproduce any error since then. Working with the latest (version 53, at the moment of writing this) for UE 5.1 and did not have any issues or errors.
If you guys have anymore problems, please reach out!
I’m curious to know your setup pipeline for getting hand tracking to work. I’m testing Quest 2 hand tracking in Unreal 5.1.1 and having a hell of a time getting hand tracking working.
What I’ve Done:
Install MetaXR v53 (and tested with v50) into the Marketplace folder (as recommended)
In Project Settings set MetaXR Hand Tracking > Hands Only
Added OculusXRHand Left and Right under the MotionControllers in the VRPawn template blueprint and followed the setup recommended by Meta
After testing it multiple times, I can see it running in the Quest Link and I can see the menu icons appearing and tracking to the hands, but can’t see the hands themselves.
The issue I was getting initially was:
“LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrGetHandMeshFB(handTracker, &xrMesh), arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.cpp -” etc
But was able to fix this by assigning the SKM_Manny Left/Right mesh to the SkeletalMesh in the details for the OculusXRHand (not really specified in the documentation to do so) but now the only error I’m getting is:
“LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame#” every frame.
Hello, I am setting up the hand tracking by using the MetaXR and Unreal 5.1.1. I used the same method like you did. and find the same problem. May I ask have you found some method to implement the hand tracking? I am sorry if I bother you. Looking forward your reply.