UIEffect Versions Save

UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!

v4.0.0-preview.10

5 months ago

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

Bug Fixes

  • ExecuteInEditMode to ExecuteAlways (c750810)

v4.0.0-preview.9

3 years ago

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

3 years ago

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

3 years ago

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

Bug Fixes

v4.0.0-preview.6

4 years ago

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

4 years ago

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

Bug Fixes

  • move shaders to resources directory (bc7310d)

v4.0.0-preview.4

4 years ago

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

Bug Fixes

v4.0.0-preview.3

4 years ago

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

Bug Fixes

v4.0.0-preview.2

4 years ago

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

Bug Fixes

v4.0.0-preview.1

4 years ago

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

Bug Fixes

  • adjusting the brightness of the shiny shader (29b4dad)
  • the effect is kept even if the component is disabled (UIFlip, UIGradient) (6124214)

Features

  • add asmdef files (24710fc)
  • new effect that synchronize with another effect (7a2a97c), closes #159 #158 #143
  • transfer TextMeshPro support to another package (be90210)
  • transfer UIEffectCapturedImage support to another package (c2a2320)
  • update docs to support Unity Package Manager (bdc891a), closes #141
  • update the effect architecture (4c08c8c), closes #202 #198 #195 #189 #173 #104
  • update the structure of shaders (db06e68)
  • updated the Unity version used for development to 2018.3 (c5f22c1), closes #169

BREAKING CHANGES

  • Scenes, prefabs and scripts using UIEffect v3.x may not work properly.
  • The recommended Unity version is 2018.1 or later; it will work with Unity 2017.1, but it is not guaranteed to be supported.
  • UIEffectCapturedImage will be supported by another package.
  • TextMeshPro support has been removed from this package. It will be supported by another package.