I need to apply Blur to a large background image. The idea is to hide small details on it, so that people couldn't figure out what's on the picture, until I remove the blur.
Unfortunately, it's really slow on mobile. I tried Blur Horizontal+Blur Vertical. And also these two effects - they are even slower..
Since it's a static image, is it possible somehow not to update it on every tick? Or is there another way to blur the image (with masks or something else)? Or a similar effect that is less performance-hungry? My last resort is pixellate effect, but it doesn't look nice.