InputSystem Changelog

This changelog showcases the ability to render changelogs in the "keep a changelog" format

1.11.2 #

16 Oct 2024

Fixed
Added
Changed

Fixed

  • 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
  • Removed a redundant warning when using fallback code to parse a HID descriptor. (UUM-71260)

Added

  • Added the display of the device flag CanRunInBackground in device debug view.
  • Added analytics for programmatic InputAction setup via InputActionSetupExtensions when exiting play-mode.

Changed

  • Removed the InputManager to InputSystem project-wide asset migration code for performance improvement (ISX-2086)