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
// InputDeviceDescription.ToJson writes empty string fields and not null values, whereas reporting a device via an incomplete description string will fully omit the fields.
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,28 @@ 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
+
- Fixed `NullReferenceException` from disconnecting and reconnecting a GXDKGamepad.
16
+
- Fixed "AnalyticsResult" errors on consoles [ISXB-1107]
17
+
18
+
### Added
19
+
- Added the display of the device flag `CanRunInBackground` in device debug view.
20
+
- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions` when exiting play-mode.
21
+
22
+
### Fixed
23
+
- 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)
24
+
25
+
## [1.11.1] - 2024-09-26
26
+
13
27
### Fixed
14
28
- Fixed Multiple interactions could breaks on Composite Binding. [ISXB-619](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-619)
15
29
- Fixed memory leak when the OnScreenStick component was destroyed [ISXB-1070](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1070). Contribution by [LukeUnityDev](https://github.com/LukeUnityDev).
16
30
- Fixed Action Maps contextual menu in Action Editor UI that occasionally displays unrelated items.
17
31
- Fixed "MissingReferenceException" errors when closing an in-game dropdown field [ISXB-1081](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1081).
18
32
- Fixed potential crash on Mac when using stale references to deleted InputDevice objects [ISXB-606](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-606).
19
33
- Fixed conditional compilation for non-editor analytics on platforms not enabling analytics.
34
+
- Fixed simulated touch input not working with PlayerInput component [ISXB-483](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-483).
20
35
21
36
### Changed
22
37
- Renamed editor Resources directories to PackageResources to fix package validation warnings.
0 commit comments