Releases: mob-sakai/UIEffect
Releases · mob-sakai/UIEffect
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.
5.0.2
5.0.1
5.0.0
5.0.0 (2024-11-11)
🎉 UIEffect v5 is now released!
Features
- add built-in UIEffect preset (4adb58c)
- add support for TextMeshPro, including
<font>
and<sprite>
tags (a4f85cb) - add UIEffectProjectSettings (1306e19)
- add UIEffectReplica component (3bdc61c)
- add UIEffectTweener component (e2c1605)
- add v4 compatible components (d40a019)
- completely redesigned UIEffect architecture (4e069a4)
BREAKING CHANGES
- All v4 components are obsolete. See README to upgrade.
🎮 Demo
⚙ Quick Installation
This package requires Unity 2020.3 or later.
Install via OpenUPM
openupm add com.coffee.ui-effect
# or, for a specific version
openupm add [email protected]
Install via UPM
"com.coffee.ui-effect": "https://github.com/mob-sakai/UIEffect.git?path=Packages/src",
Additional Resource Imports
UIEffect includes additional resources to import.
🚀 Getting Started
v4.0.0-preview.10
v4.0.0-preview.9
4.0.0-preview.9 (2020-06-09)
Features
v4.0.0-preview.8
4.0.0-preview.8 (2020-06-04)
change
- change namespace (7f4190c)
Features
BREAKING CHANGES
- If your code contained the UIEffect API, it would fail to compile. Please change the namespace from
Coffee.UIExtensions
toCoffee.UIEffects
.