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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ however, it has to be formatted properly to pass verification tests.
11
11
## [Unreleased] - yyyy-mm-dd
12
12
13
13
### Fixed
14
-
- Fixed an issue causing the Action context menu to not show on right click when right clicking an action in the Input Action Editor [ISXB-1134](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1134).
14
+
- Fixed an issue causing the Action context menu to not show on right click when right clicking an action in the Input Action Editor. [ISXB-1134](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1134).
15
+
- Fixed pointerId staying the same when simultaneously releasing and then pressing in the same frame on mobile using touch. [ISXB-1006](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-845)
15
16
16
17
## [1.11.2] - 2024-10-16
17
18
18
19
### Fixed
19
20
- Fixed touch pointers being released twice causing an index out of bounds error. [ISXB-687](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-687)
20
21
- Fixed `NullReferenceException` from disconnecting and reconnecting a GXDKGamepad.
21
22
- Fixed wrong mapping of Xbox Series S|X and Xbox One wireless controllers "View" button on macOS.[ISXB-385](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-385)
22
-
- Fixed "AnalyticsResult" errors on consoles [ISXB-1107]
23
+
- Fixed "AnalyticsResult" errors on consoles.[ISXB-1107]
23
24
- Fixed wrong `Display Index` value for touchscreen events.[ISXB-1101](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1101)
24
-
- Fixed event handling when using Fixed Update processing where WasPressedThisFrame could appear to true for consecutive frames [ISXB-1006](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1006)
25
-
- Fixed pointerId staying the same when simultaneously releasing and then pressing in the same frame on mobile using touch [ISXB-1006](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-845)
25
+
- Fixed event handling when using Fixed Update processing where WasPressedThisFrame could appear to true for consecutive frames. [ISXB-1006](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1006)
26
26
27
27
### Added
28
28
- Added the display of the device flag `CanRunInBackground` in device debug view.
@@ -32,7 +32,7 @@ however, it has to be formatted properly to pass verification tests.
32
32
- Removed a redundant warning when using fallback code to parse a HID descriptor. (UUM-71260)
33
33
34
34
### Changed
35
-
- Removed the InputManager to InputSystem project-wide asset migration code for performance improvement (ISX-2086)
35
+
- Removed the InputManager to InputSystem project-wide asset migration code for performance improvement. (ISX-2086)
0 commit comments