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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
9
9
however, it has to be formatted properly to pass verification tests.
10
10
11
-
## [Unreleased] - yyyy-mm-dd
11
+
## [1.18.0] - 2026-01-14
12
12
13
13
### Changed
14
14
15
15
- Updated documentation to reflect that the OnMouse MonoBehaviour events are now supported in Unity 6.4 and above.
16
16
- Updated the supported devices documentation to clarify that touchscreens are supported on Linux.
17
+
- Updated documentation to reflect PS5 controller support on Linux.
17
18
18
19
### Fixed
19
20
@@ -22,10 +23,6 @@ however, it has to be formatted properly to pass verification tests.
22
23
- Fixed extra empty lines being displayed in the control binding list when mouse buttons are pressed [ISXB-1677](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1677)
23
24
- Fixed InputActionReference not being set when attempting to set it on a Prefab or ScriptableObject [ISXB-1787](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1787)
24
25
25
-
### Changed
26
-
27
-
- Updated documentation to reflect PS5 controller support on Linux.
0 commit comments