Version 4.5.0
New Components
UIStepper
Added
DisableWhenInCooldown option for UIButton, UIToggle, UIToggleGroup and UITab components to allow setting the interactable state to false during the cooldown time.
Changed
All prefabs for Tabs, Checkboxes, Switches and Radio toggles to use the latest added technologies.
Fixed
BaseUIToggleAnimator from playing instant animations when UIToggle controller the isOn value didn’t change, but the toggle was connected a toggle group.
BackButton not working when the initial EventSystem is destroyed; added an automated system that checks for input on scene load to the BackButton singleton.
UIToggleColorAnimator and UIToggleSpriteAnimator initialization issues.
Fixed animation initialization in BaseTargetComponentAnimator.
Editor
Fixed UIAnimationTab not resetting its enabled indicators properly on reset.