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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ however, it has to be formatted properly to pass verification tests.
10
10
11
11
## [Unreleased] - yyyy-mm-dd
12
12
13
+
### Fixed
14
+
- 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)
15
+
13
16
### Changed
14
17
- Renamed editor Resources directories to PackageResources to fix package validation warnings.
15
18
@@ -18,7 +21,6 @@ however, it has to be formatted properly to pass verification tests.
18
21
### Fixed
19
22
- Fixed memory allocation on every frame when using UIDocument without EventSystem. [ISXB-953](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-953)
20
23
- Fixed Action Maps name edition which could be inconsistent in Input Action Editor UI.
21
-
- Fixed touch pointers being released twice causing an index out of bounds error.
22
24
23
25
### Added
24
26
- Added Hinge Angle sensor support for foldable devices.
0 commit comments