Skip to content

Releases: mob-sakai/UIEffect

v2.8.0

14 Aug 08:14
Compare
Choose a tag to compare

Full Changelog

  • Create a screen transition!
    8 -08-2018 19-29-38

  • Some updates make UIEffectCapturedImage easier to use!

Implemented enhancements:

  • UIEffectCapturedImage: Supports 'ScreenSpace - Overlay' #115
  • UIEffectCapturedImage: Keep aspect ratio #114
  • UIEffectCapturedImage: 'Capture on enable' option #113
  • UITransitionEffect: Change transition texture #111

Closed issues:

  • UIEffectCapturedImage: change parameter name keepCanvasSize to fitToScreen #116

v2.7.1

06 Aug 01:43
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • In v2.7.0, UIEffectCapturedImage is flipped vertically on Windows #112

v2.7.0

26 Jul 11:49
Compare
Choose a tag to compare

Full Changelog

UIHsvModifier: Modify hue, saturation, and value as you like!

  • Note: Hue mode in UIEffect component will be obsolete in the near future. Please use UIHsvModifier component instead.
  • Note: Cutoff and Mono mode in UIEffect component will be obsolete in the near future. Please use UITransitionEffect component instead.

Implemented enhancements:

  • UIEffectCapturedImage: Support target RenderTexture to use external component #108
  • Transition effect as other component #105
  • Use multi-pass blurring to capture screenshot #96
  • Feature: HSV modifier #44

Fixed bugs:

  • UIEffectCapturedImage: ColorMode is not working #109
  • UIDissolve is not maskable #101

v2.6.2

18 Jul 01:56
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Shader has compile errors in D3D9 or D3D11_9X(WSA) #99

v2.6.1

14 Jun 09:15
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Errors occurred on build (v2.6.0) #90

v2.6.0

14 Jun 08:49
Compare
Choose a tag to compare

Full Changelog

Blurring effect has been improved about 6 times faster!

You can change noise texture for dissolve effect from inspector or script!

Implemented enhancements:

  • Improve blurring performance #88
  • Separate the effect with a character #86
  • Change dissolve texture #75

Closed issues:

  • Change BlurMode correctly #84
  • Change ColorMode correctly #51

v2.5.2

07 Jun 12:29
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • When UIEFFECT\_SEPARATE symbol is defined, UIDissolve does not work well #85

v2.5.1

31 May 11:04
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

v2.5.0

31 May 09:16
Compare
Choose a tag to compare

Full Changelog

Shiny effect has been update!

v2.5.0

  • NOTE: UIEffect.shadow*** will be obsolete in the near future. Please use UIShadow component instead.
  • NOTE: UIEffect.custom*** will be obsolete in the near future. Please use UICustomEffect component (experimental) instead.

Implemented enhancements:

  • UIDissolve: Play effect from script/inspector #81
  • UIShiny: Play effect from script/inspector #80
  • During play mode, you can change the effect type, color type, and blur type (in Editor) #73
  • Add shadow effect as other component #72
  • UIShiny : Visual update #68
  • Add Custom effect as other component #60

Fixed bugs:

  • UIDissolve: When width=1 and location=0, image is lacked #79

Closed issues:

  • UIEffect inherit UIEffectBase #74
  • Change directory structure #56

v2.4.1

29 May 09:32
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • UIEffectCapturedImage: The result image is flipped vertically #69