Accessibility v1.0.1-pre.19, Audio v3.0.1, Core v3.1.1, Data v1.0.1-pre.19, Diagnostics v3.0.1, ExtendedAssets v3.0.1, Input v3.1.0, SpatialManipulation v3.1.0, StandardAssets v3.0.1, Tools v3.0.1, UXComponents v3.1.1, UXComponents.NonCanvas v3.1.1, UXCore v3.1.1, WindowsSpeech v3.0.1
Changelog for MRTK
The format is based on [Keep a Changelog] - (https://keepachangelog.com/en/1.1.0/).
[accessibility v1.0.1-pre.19] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
[audio v3.0.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
[core v3.1.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
- Calls to FindObjectOfType and FindObjectsOfType replaced with calls to
FindObjectUtility
functions (#515)
Added
FindObjectUtility
, a static utility class which finds objects using obsolete FindObjectOfType and FindObjectsOfType on Unity 2021.3.17 or earlier, and FindFirstObjectByType, FindAnyObjectByType, and FindObjectsByType on Unity 2021.3.18 or later (#515)
Fixed
- Fix warning and event triggered on disabled StatefulInteractable after changing speech settings (#591)
- Fixing the clear color on MRTK's default rig (should be clearing with a 0 alpha) (#517)
[data v1.0.1-pre.19] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
[diagnostics v3.0.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
[extendedassets v3.0.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
Fixed
- Fix minor issue of cubes changing color in some scenes when grabbed (#545)
[input v3.1.0] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
- Unity XR Hands provider (#504)
- Calls to FindObjectOfType and FindObjectsOfType replaced with calls to
FindObjectUtility
functions (#515)
Fixed
- Fix the fallback controllers being backwards (#636)
- Fix empty SpeechRecognitionKeyword breaking all speech keyword system (#612)
- Fix controller model fallback serialization (#559)
[spatialmanipulation v3.1.0] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
- Allow Variable Bounding Box Handle Sizes (#598)
- Adding Rigidbody MovementType to ObjectManipulator (#526)
- Calls to FindObjectOfType and FindObjectsOfType replaced with calls to
FindObjectUtility
functions (#515)
Added
- Allow variable handle sizes for bounding boxes (#598)
Fixed
[standardassets v3.0.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
[tools v3.0.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
[uxcomponents v3.1.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
- Calls to FindObjectOfType and FindObjectsOfType replaced with calls to
FindObjectUtility
functions (#515)
Fixed
- Removed arbitrary
CanvasSlider
prefab values (#549) - Fixing MRTK UI menu commands not working when there is no main camera (#527)
[uxcomponents.noncanvas v3.1.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
- Calls to FindObjectOfType and FindObjectsOfType replaced with calls to
FindObjectUtility
functions (#515)
[uxcore v3.1.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)
- Allow resetting VirtualizedDynamicScrollRectList (#541)
- Calls to FindObjectOfType and FindObjectsOfType replaced with calls to
FindObjectUtility
functions (#515)
Fixed
- Limit
Slider
value to its range of minimum and maximum values (#549) - Fixed
CanvasSliderVisuals
to use Canvas positioning to place the slider handle (#549) - Fix improper list item rotation in VirtualizedScrollRectList (#536)
[windowsspeech v3.0.1] - 2024-1-12 - 79d27c1
Changed
- Update author field in packages to "Mixed Reality Toolkit Contributors" (#600)