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: Packages/com.unity.inputsystem/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,17 @@ however, it has to be formatted properly to pass verification tests.
10
10
11
11
## [Unreleased] - yyyy-mm-dd
12
12
13
+
### Changed
14
+
- Consecutive wildcard characters ('*') used in input control-paths are now collapsed into a single wildcard when multiple consecutive wildcard characters are present.
15
+
16
+
### Added
17
+
18
+
### Fixed
13
19
14
20
15
21
## [1.18.0] - 2026-01-14
16
22
17
23
### Changed
18
-
19
24
- Updated documentation to reflect that the OnMouse MonoBehaviour events are now supported in Unity 6.4 and above.
20
25
- Updated the supported devices documentation to clarify that touchscreens are supported on Linux.
21
26
- Updated documentation to reflect PS5 controller support on Linux.
0 commit comments