You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UtilityFunctions::print("Failed to get body joint locations: ", result);
, it doesn't seem the changes in #199 will affect it.
If the issue was related to hand tracking, I would also expect that enabling hand tracking would get rid of it.
@decacis Do you have a MRP that we can use to repro the issue and validate fixes for it?
@m4gr3d unfortunately, no. This happens seemingly randomly, so I haven't been able to create a MRP.
One thing to note is that, my project doesn't make use of any fancy extension or anything, I'm only using the vendors to create quest builds, but I'm not using hand tracking, body tracking, face tracking, scene API or anything.
Sometimes, though not always, when running the game from the editor, a bunch of
Failed to get body joint locations: -6
will start to print non-stop.I'm using a Quest 2 with Link, and have v3.0.0 beta3 of the vendors in my project. Meta Quest Link App Version 68.0.0.474.361 (68.0.0.474.361)
I found out it comes from here:
godot_openxr_vendors/common/src/main/cpp/extensions/openxr_fb_body_tracking_extension_wrapper.cpp
Line 272 in 112b8a2
The text was updated successfully, but these errors were encountered: