How to do blur effect in Unity

Image Blur

  • can use a camera which render to a rendered texture
  • add the images to be rendered to a second canvas, which uses the new camera with screenspace-camera
  • Add blur shader to the Camera, or a parent object which contains all images
  • Add the rendered texture to anywhere you like in the first camera

Dynamic Background Blur

comments powered by Disqus
All content is licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy