lukakldiashvili / Unified-Universal-Blur

UI blur (translucent) effect for Unity.
MIT License
424 stars 33 forks source link

Set RT wrapping mode to clamp #4

Closed Mohelm97 closed 1 year ago

Mohelm97 commented 1 year ago

Blur should not repeat from corners, so we should set wrapping mode to Clamp (default is Repeat).

lukakldiashvili commented 1 year ago

Thank you @Mohelm97. This indeed fixes visible problem with corners and sides.