Skip to content

Releases: lukakldiashvili/Unified-Universal-Blur

Version 0.3.0

01 Jun 17:28
937dbf7
Compare
Choose a tag to compare

Major refactor and new features!

Take note of possible breaking changes if you are upgrading!

Changelog: #16 (comment)

Added

  • Editor assembly definition
  • Downsample does not affect blur Intensity anymore
  • Automatic pass material generation
  • Resolution based scaling (#13)

Changed

  • Folder structure and namespaces
  • Render texture allocations
  • Render PassData structure

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.3.0

What's Changed

New Contributors

Full Changelog: 0.2.4...0.3.0

Minor improvements

23 Oct 20:12
b24590c
Compare
Choose a tag to compare
  • Minor optimizations
  • Code cleanup/refactor
  • Added missing null checks

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.2.4

Full Changelog: 0.2.3...0.2.4

Fix per-frame allocation

06 Oct 14:23
Compare
Choose a tag to compare
  • Fixed 128 Byte allocation per frame, caused by creating instance of PassData in AddRenderPasses().
    Credit: Thank you to @matyX6 for pointing out this issue.

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.2.3

Full Changelog: 0.2.2...0.2.3

Unity 2022.3.5f1 fixes

29 Jul 19:49
31d569f
Compare
Choose a tag to compare
  • Removed Blitter class usages as it was more error prone.

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.2.2

Full Changelog: 0.2.1...0.2.2

Improved UI shader

08 Jun 19:01
34bcea4
Compare
Choose a tag to compare
  • Better image support
  • Minor fixes

Full Changelog: 0.2.0...0.2.1

Improved Unity 2021 support

07 Jun 13:33
Compare
Choose a tag to compare
  • Removed RenderEmulation class
  • Replaced RTHandles with RenderTextures for Unity 2021 and lower
  • Fixed device orientation bug with blur in Unity 2021 and lower

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0

Unity 2022 fix - 0.1.2

15 May 15:23
3d77fd0
Compare
Choose a tag to compare
  • fixed compilation errors for Unity 2022, caused by recent assembly definition changes
  • improved command buffer usage

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.1.2

Full Changelog: 0.1.1...0.1.2

QoL Changes - 0.1.1

10 May 09:16
4393642
Compare
Choose a tag to compare
  • Added namespaces
  • Updated assembly definitions
  • Fixed issues with profiler
  • Renamed a few classes
  • Added URP as dependency

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.1.1

Full Changelog: 0.1.0...0.1.1

Initial Release - 0.1.0

05 Feb 13:58
9856f30
Compare
Choose a tag to compare

To install this version via upm: https://github.com/lukakldiashvili/Unified-Universal-Blur.git#0.1.0

Full Changelog: https://github.com/lukakldiashvili/Unified-Universal-Blur/commits/0.1.0