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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ however, it has to be formatted properly to pass verification tests.
11
11
## [Unreleased]
12
12
13
13
### Fixed
14
-
15
14
- Fixed unclosed profiler marker in `InvokeCallbacksSafe_AnyCallbackReturnsTrue` which would lead to eventually broken profiler traces in some cases like using `PlayerInput` (case ISXB-393).
15
+
- Fixed InputAction.bindings.count not getting correctly updated after removing bindings with Erase().
16
16
17
17
## [1.5.0] - 2023-01-24
18
18
@@ -82,7 +82,6 @@ however, it has to be formatted properly to pass verification tests.
82
82
- Fixed an issue where `ReadUnprocessedValueFromState` in PoseControl always returning default values.
83
83
- Fix Player 1's UI controls stop working after second player joins ([case ISXB-125](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-125)))
0 commit comments