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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ however, it has to be formatted properly to pass verification tests.
26
26
- Fixed icon scaling in Input Actions window.
27
27
- Fixed an issue where removing the InputSystem package could lead to invalid input handling settings.
28
28
- Fixed `ArgumentOutOfRangeException` when adding a new Control Scheme with any Device selected. [ISXB-1129](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1129)
29
+
- Fixed a CS0105 compiler warning due to duplicate using statement in test source code (ISXB-1247).
29
30
30
31
### Changed
31
32
- Added back the InputManager to InputSystem project-wide asset migration code with performance improvement (ISX-2086).
0 commit comments