New Components
- UIToggleAudio
- UIToggleSpriteSwapper
- ProgressorValueTrigger
- UISliderValueTrigger
- UIStepperValueTrigger
- UIRescaler
Added
- Added OnSignal UnityEvent
to the Signal Listener component - Added new UIStepper prefabs
- Added a timed recording option for the UIMenuCamera component
- Added a new example scene - Side Menu with UITabs
- Added OnValueChanged, OnValueIncremented, OnValueDecremented, OnValueReset, OnValueReachedMin, OnValueReachedMax events to the UISlider component
- Added ValueLabel, MinValueLabel and MaxValueLabel to the UISlider component
- Added a TargetProgressor to the UISlider component
- Added OnValueIncremented, OnValueDecremented, OnValueReset, OnValueReachedFromValue, OnValueReachedToValue events to the Progressor component
- Added ClickWithAnimation method to the UIButton component
Obsolete
- UISlider OnValueChangedCallback is now obsolete, use OnValueChanged instead
Fixed
- UISlider not flipping its layout axes when the slide direction changed
- Several prefabs in the UIMenu that were not set up as expected
- Missing enabled indicator for Drag and Callbacks tabs in the UIStepper editor