add the FSGPluginUtils utility class for other plugins or modules availability detection such as Meta XR and ViveOpenXR

This commit is contained in:
Mamadou Babaei
2025-02-14 12:10:32 +01:00
parent 40233ec643
commit 29374562a4
4 changed files with 138 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `FSGConnectJNI::Initialize()` and `FSGCoreJNI::Initialize()` return codes to Android logs for detailed debugging purposes through `adb logcat`.
- Introduced the `Meta XR` plugin compatibility.
- Introduced the `ViveOpenXR` plugin compatibility.
- Added the `FSGPluginUtils` utility class for other plugins or modules availability detection such as `Meta XR` and `ViveOpenXR`.
### Fixed