Releases: mob-sakai/UIEffect
Releases · mob-sakai/UIEffect
5.3.1
5.3.0
5.3.0 (2025-01-26)
Pattern and Edge Demo:
https://mob-sakai.github.io/demos/UIEffect_PatternAndEdge/index.html
Features
SamplingFilter.EdgeAlpha
andSamplingFilter.EdgeLuminance
now support theSampling Width
property for edge width (33b1177)- add
EdgeMode
feature (eadb477) - add
ResetOnEnable
option forUIEffectTweener
(e326bb7), closes #299 - add
TransitionAutoSpeed
property (7a765c3) - add
TransitionFilter.Pattern
feature (b57e98b)
Additional Resource Imports
Update TextMeshPro Support to use new features.
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.2.0 (2025-01-07)
Bug Fixes
Gradation
properties do not update when a preset is loaded (edf6943), closes #291- an error occurs when saving a preset (894c561), closes #293
- fix gradation gradient edge (angle gradient) (0ef6027)
Features
Angle Gradient
gradation supports fixed mode gradient (7cb8325)Angle Gradient
gradation supports RectTransform pivot (2f63adf)- add
Use HDR Color Picker
option for project settings (editor) (1be0cd4), closes #290 - the
Allow To Modify Mesh Shape
property should remain unchanged when loading a preset (f7175c0), closes #294 - the
Sampling Scale
property should remain unchanged when loading a preset (238a17d), closes #292
5.1.0
5.1.0 (2024-12-31)
📌 UIEffect v5.1.0 Key Features
-
Gradient Mode: The Gradient Mode modifies vertex colors using either two colors or a Gradient.
-
Shadow Color/Blur: Customize the color and blur intensity of shadows.
-
Color Glow/Transition Color Glow/Shadow Color Glow: Each color can now be configured as a glow effect.
- For example, when used with Dissolve, the glow areas will appear with additive blending.
-
Sampling Scale: Modify the sampling scale per element with the
Sampling Scale
property onUIEffect
orUIEffectReplica
. -
UIEffectTweener Update
-
TextMeshPro Support Update:
The other changes are as follows:
Bug Fixes
- changing the
shadowMirrorScale
property via code does not update the effect (d9bf0e1) - fix reverse direction mode for UIEffectTweener (54825ee), closes #281 #282 #283
Features
- add
Color Glow
,Transition Color Glow
andShadow Color Glow
options (e9522d3) - add
GradationMode.Angle
andGradationMode.AngleGradient
(08e9ba7) - add
OnComplete
event for UIEffectTweener (aeb78ed), closes #289 #188 - add
PlayOnEnable
option for UIEffectTweener (1558736) - add
SamplingScale
option (2b43bc4), closes #269 - add
Shadow Color
andShadow Blur
options (d0a3ca6) - add a button to swap gradation colors (editor) (20a6ca0)
- add option to not automatically plays tweener effect (88609f5)
- automatically display a dialog to import TextMeshPro support (f2df188)
- gradation feature (bbe57df), closes #277 #66
- on-demand UIEffect shader support (bdd8e08), closes #212 #271
- support
TextMeshPro/Bitmap
andTextMeshPro/Mobile/Bitmap
shaders. (23ac398), closes #284 - support non full-rect graphics for some effect (a66baea)
- UIEffectTweener animation preview in edit mode (e17b4a0), closes #279
⚙ Quick Installation
This package requires Unity 2020.3 or later.
Install via OpenUPM
openupm add [email protected]
Install via UPM
"com.coffee.ui-effect": "https://github.com/mob-sakai/UIEffect.git?path=Packages/src#5.1.0",
Additional Resource Imports
Update TextMeshPro Support sample to use shadow color feature.