InputSystem Changelog

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

1.10.0 #

24 Jul 2024

Fixed
Added

Fixed

  • Fixed default scroll speed in uGUI being slower than before. ISXB-766
  • Fixed selection state preserving after a save operation. ISXB-966
  • Fixed an issue when multiple interactions drive an action and perform during the cancelation of the current active interaction ISXB-310.
  • Fixed an issue when generating C# class of Input Actions that contain an action map named Debug ISXB-851.
  • Fixed ArgumentNullException thrown when accessing Action's bindings after changing Composite part. ISXB-494.

Added

  • Added InputSystemUIInputModule.scrollDeltaPerTick property, a customizable multiplicative factor applied to the scroll wheel speed before it is sent to UI components. Note that this has no effect on UI Toolkit content, only uGUI.