The format is based on Keep a Changelog.
- Reserialized MRTK XR Rig prefab to remove stale serialized fields. PR #1110
- Updated tests to follow existing MRTK test patterns. PR #1073
- Fixed "leaked managed shell" issue in
InteractionModeManager. PR #1096 - Fixed
EyeCalibrationCheckerbuild issue on UWP when the Mixed Reality OpenXR Plugin wasn't installed. PR #1106
- Added a project validation rule to ensure the Unity XR Hands subsystem is enabled in the OpenXR settings when the corresponding MRTK subsystem is enabled. PR #973
- Added support for Unity's com.unity.cloud.gltfast and com.unity.cloud.ktx packages when loading controller models. PR #631
- Added hand tracking permission for AndroidXR. PR #982
- Added toggle for frame rate independent smoothing in camera simulation. PR #1011
- Added implementation for the synthesized TriggerButton, accounting for animation smoothing. PR #1043
- Added a "squeeze" alias for the grip states, to account for broader input action mapping support. PR #1043
- Updated hands subsystem names for clarity. PR #995
- Remapped the synthetic hands config to read the float "select value" action instead of the bool "select" action, since it's read as a float. PR #1043
- Updated tests to follow existing MRTK test patterns. PR #1046
- Fixed controller model fallback visualization becoming stuck visible when hands became tracked after initialization. PR #984
- Updated dependencies to match Unity Asset Store packages. PR #1054
- com.microsoft.mrtk.graphicstools.unity 0.8.0
- org.mixedrealitytoolkit.core 3.2.2
- InputSimulator execution order so that it executes before InteractionManager.
- Ensure all relevant interactor types show up in InteractionModeManager's dropdowns. PR #872
- Fixed missing [CanEditMultipleObject] attributes as per Bug 573 PR #698
- Add logic to account for a bound but untracked interaction profile. PR #704
- Reduced package description to support for UPM package publishing in the Unity Asset Store.
- Ensures the simulated input sources hold their state (including gestures) when their toggle state is locked on. PR #705