You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.mixedrealitytoolkit.core/CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
4
5
-
## [3.2.3-development] - 2024-06-24
5
+
## [3.3.0-development] - 2024-06-24
6
+
7
+
### Added
8
+
9
+
* Added support for moving the MRTK.Generated folder around the project's Assets folder structure instead of enforcing a root location.
6
10
7
11
### Fixed
8
12
@@ -29,8 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
29
33
* Added IsProximityHovered property of type TimedFlag to detect when a button starts being hovered or on interactor proximity and when it stops being hovered or on proximity of any interactor. [PR #611](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/611)
* Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519)
36
-
* Fix warning and event triggered on disabled StatefulInteractable after changing speech settings [PR #591](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/591)[PR #608](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/608)
39
+
* Fix warning and event triggered on disabled StatefulInteractable after changing speech settings [PR #591](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/591)[PR #608](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/608)
Copy file name to clipboardExpand all lines: org.mixedrealitytoolkit.core/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "org.mixedrealitytoolkit.core",
3
-
"version": "3.2.3-development",
3
+
"version": "3.3.0-development",
4
4
"description": "A limited collection of common interfaces and utilities that most MRTK packages share. Most implementations of these interfaces are contained in other packages in the MRTK ecosystem.",
0 commit comments