Skip to content

Commit 08e569d

Browse files
committed
Added changelog entry and moved some loose fix entry
1 parent 73c1ccd commit 08e569d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Due to package verification, the latest version below is the unpublished version
99
however, it has to be formatted properly to pass verification tests.
1010

1111
## [Unreleased] - yyyy-mm-dd
12-
- Fixed InputControl picker not updating correctly when the Input Actions Window was dirty. [ISXB-1221](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1221)
1312

1413
### Changed
1514
- Expanded `RebindingUISample` to include a "game mode" state and a "menu state" to be more similar to a real game. Also added action-performed indicators (`InputActionIndicator`) illustrating when actions get triggered.
15+
- Changed sample materials to use the shadergraph which makes them cross-compatible with URP & HDRP. The shader will work with built-in render pipeline but it does require for the shadergraph package to be installed.
1616

1717
### Added
1818
- Exposed MediaPlayPause, MediaRewind, MediaForward keys on Keyboard.
@@ -27,6 +27,7 @@ however, it has to be formatted properly to pass verification tests.
2727
- Fixed the compilation warnings when used with Unity 6.4 (ISX-2349).
2828
- Fixed an issue where `InputSystemUIInputModule.localMultiPlayerRoot` could not be set to `null` when using `MultiplayerEventSystem`. [ISXB-1610](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1610)
2929
- Fixed an issue in `Keyboard` where the sub-script operator would return a `null` key control for the deprecated key `Key.IMESelected`. Now, an aliased `KeyControl`mapping to the IMESelected bit is returned for compability reasons. It is still strongly advised to not rely on this key since `IMESelected` bit isn't strictly a key and will be removed from the `Key` enumeration type in a future major revision. [ISXB-1541](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1541).
30+
- Fixed InputControl picker not updating correctly when the Input Actions Window was dirty. [ISXB-1221](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1221)
3031

3132
## [1.14.2] - 2025-08-05
3233

0 commit comments

Comments
 (0)