Unity-Technologies / com.unity.uiwidgets

UIWidgets is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
https://unity.cn/uiwidgets
626 stars 78 forks source link

fix blur #335

Closed SiyaoHuang closed 2 years ago

SiyaoHuang commented 2 years ago

This PR aims to fix bad blur effect on ImageFiltered. Similar issues are reported on flutter too (https://github.com/flutter/flutter/issues/39623). Though the latest flutter has fixed it using a slightly different approach, this fix looks to be a good work-around solution for now