com.unity.xr.hands 1.5.0-pre.4

com.unity.xr.hands

Source docs
Notes: processedReleased September 16, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Features

  • Added support for a new `XRHandJointTrackingState.HighFidelityPose` flag to the XR Hands Subsystem.
  • - Added support for the HighFidelityPose tracking flag to the OpenXRHandProvider.
  • - Updated hand visualization sample to color debug joint cubes based on tracking fidelity: opaque white for joints which have a pose and are high fidelity; translucent red for joints which have a pose and are not high fidelity.

🔧 Bug Fixes

  • Fixed runtime invalidation, which resulted in crashes on some OpenXR runtimes. Runtime is invalidated when the `XrInstance` is destroyed.
  • Fixed threshold-checking on gesture conditions to allow for the full range in `XRFingerShapeCondition`.
  • `XRCommonHandGestures` data retrieval no longer GC.Allocs.
  • Updated app space change behavior for XR provider to no longer destroy hand trackers only to recreate them the next update.
  • Fixed issue where XrHands would try to update hand joints with an uninitialized XrTime value of XR\_INFINITE\_DURATION.