com.unity.inputsystem 1.11.2
Source docsNotes: processedReleased October 18, 2024
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.modules.uielements (1.0.0)
🔧 Bug Fixes
- Fixed touch pointers being released twice causing an index out of bounds error. ISXB-687
- Fixed `NullReferenceException` from disconnecting and reconnecting a GXDKGamepad.
- Fixed wrong mapping of Xbox Series S|X and Xbox One wireless controllers "View" button on macOS.ISXB-385
- Fixed "AnalyticsResult" errors on consoles [ISXB-1107]
- Fixed wrong `Display Index` value for touchscreen events.ISXB-1101
- Fixed event handling when using Fixed Update processing where WasPressedThisFrame could appear to true for consecutive frames ISXB-1006
✨ Features
- Added the display of the device flag `CanRunInBackground` in device debug view.
- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions` when exiting play-mode.
🔧 Bug Fixes
- Removed a redundant warning when using fallback code to parse a HID descriptor. (UUM-71260)
📈 Improvements
- Removed the InputManager to InputSystem project-wide asset migration code for performance improvement (ISX-2086)
