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