Skip to content

Releases: mob-sakai/UIEffect

5.0.0

11 Nov 14:12
Compare
Choose a tag to compare

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

WebGL 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

  1. Add a UIEffect component to a UI element (Image, RawImage, Text, TextMeshProUGUI, etc...) from the Add Component in the inspector or Component > UI > UIEffect menu.

  2. Adjust the effect filters and parameters in the inspector.

  3. Enjoy! 👍

v4.0.0-preview.10

09 Nov 08:50
Compare
Choose a tag to compare
v4.0.0-preview.10 Pre-release
Pre-release

4.0.0-preview.10 (2023-11-09)

Bug Fixes

  • ExecuteInEditMode to ExecuteAlways (c750810)

v4.0.0-preview.9

09 Jun 05:50
Compare
Choose a tag to compare
v4.0.0-preview.9 Pre-release
Pre-release

4.0.0-preview.9 (2020-06-09)

Features

  • add a new property to access EffectPlayer at runtime (d92efa9), closes #214 #215

v4.0.0-preview.8

04 Jun 08:22
Compare
Choose a tag to compare
v4.0.0-preview.8 Pre-release
Pre-release

4.0.0-preview.8 (2020-06-04)

change

Features

BREAKING CHANGES

  • If your code contained the UIEffect API, it would fail to compile. Please change the namespace from Coffee.UIExtensions to Coffee.UIEffects.

v4.0.0-preview.7

11 May 09:50
Compare
Choose a tag to compare
v4.0.0-preview.7 Pre-release
Pre-release

4.0.0-preview.7 (2020-05-11)

Bug Fixes

v4.0.0-preview.6

14 Apr 02:03
Compare
Choose a tag to compare
v4.0.0-preview.6 Pre-release
Pre-release

4.0.0-preview.6 (2020-04-14)

Bug Fixes

  • can't import samples in Unity2019.1 or later (13a8538), closes #209

v4.0.0-preview.5

13 Apr 06:36
Compare
Choose a tag to compare
v4.0.0-preview.5 Pre-release
Pre-release

4.0.0-preview.5 (2020-04-13)

Bug Fixes

  • move shaders to resources directory (bc7310d)

v4.0.0-preview.4

13 Apr 05:23
Compare
Choose a tag to compare
v4.0.0-preview.4 Pre-release
Pre-release

4.0.0-preview.4 (2020-04-13)

Bug Fixes

v4.0.0-preview.3

10 Apr 15:16
Compare
Choose a tag to compare
v4.0.0-preview.3 Pre-release
Pre-release

4.0.0-preview.3 (2020-04-10)

Bug Fixes

v4.0.0-preview.2

10 Apr 08:55
Compare
Choose a tag to compare
v4.0.0-preview.2 Pre-release
Pre-release

4.0.0-preview.2 (2020-04-10)

Bug Fixes