com.unity.xr.openxr 1.8.0

com.unity.xr.openxr

Source docs
Notes: processedReleased June 1, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3 (0b14)

Features

  • Added functionality in `OpenXRFeatureBuildHooks` exposing the BootConfig for reading/writing.
  • Added `Force Remove Internet Permission` setting to the Meta Quest Feature settings, allowing to remove Internet permissions added automatically to the application manifest.
  • Added class HPReverbG2ControllerProfile.ReverbG2Controller and a new interaction profile to support the HP Reverb G2 controllers.
  • Added Hand Interaction Profile and added PalmPose and dpad EXT implementations.

📈 Improvements

  • Modified `ModifyAndroidManifestMeta` class to provide required Android manifest entries using a new internal XR system, instead of manually modifying the manifest file.
  • Updated the IsTracked and TrackingState Input Features names with a Usage prefix to prevent name collisions.
  • Updated OpenXR loader to 1.0.27.

🔧 Bug Fixes

  • Fixed type `XrCompositionLayerPassthroughFB` not appearing in the runtime debugger.
  • Fixed crash when deploying to Android on Unity 2023 due to using type `Activity` over `GameActivity`.
  • Fixed issue on Android where screen captures only capture the view on one eye.