com.unity.inputsystem 1.10.0

com.unity.inputsystem

Source docs
Notes: processedReleased July 25, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

  • com.unity.modules.uielements (1.0.0)

🔧 Bug Fixes

  • Fixed default scroll speed in uGUI being slower than before. ISXB-766
  • 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.

Features

  • 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.