Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@mob-sakai mob-sakai released this 11 Nov 14:12
· 1 commit to main since this release

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! 👍