From c154f5d6efa26c0c21fb884fa71a4cded25315be Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 13 Aug 2024 18:33:37 +0200 Subject: [PATCH] add another android note --- .../misc/android-standalone-deployment/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Handbook/src/misc/android-standalone-deployment/README.md b/Handbook/src/misc/android-standalone-deployment/README.md index 6fd3bb67..cf94fed1 100644 --- a/Handbook/src/misc/android-standalone-deployment/README.md +++ b/Handbook/src/misc/android-standalone-deployment/README.md @@ -15,3 +15,18 @@ Here are a few important notes to consider:
+ +> [!CAUTION] +> As noted in the +> [v2.1.0 release changelog](../../appendix/changelog.html), since this release +> enabling the Meta XR plugin, —and potentially the VIVE OpenXR plugin— +> alongside the SenseGlove Unreal Engine Plugin in the same project will disrupt +> the OpenXR functionality provided by the SenseGlove Unreal Engine Plugin, +> rendering it unusable. +> +> `Although the SenseGlove OpenXR implementation is fully compatible with the IOpenXRHMD interface and the FOpenXRHMD XRTrackingSystem, it is not compatible with the FOculusXRHMD backend provided by the Meta XR plugin. The same issue likely applies to the VIVE OpenXR plugin. So, if these plugins are enabled in your project, the SenseGlove OpenXR will not function as intended, effectively breaking the plugin's functionality. It seems these plugins are necessary in order to make the fallback to the hand-tracking feature work on Android. While we may add support and compatibility with Meta XR and VIVE OpenXR plugins in the future, for the time being, if your project requires these plugins, we advise continuing with the v2.0.x release of the SenseGlove Unreal Engine plugin until this issue is addressed.` +> +> This also means that although the SenseGlove Unreal Engine Plugin is able to +> produce FXRMotionControllerData for SenseGlove devices just fine, the +> hand-tracking on Android won't work. So, the fall-back to hand-tracking +> mechanism on Android is broken at the moment.