Huy Minh Ha

Software development, Tech and other stuff

Thu 24 November 2016

How to do blur effect in Unity

Posted by Ha.Minh 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 ...

Read more...