Search Unity

How to make blur effect in unity?

Discussion in 'Image Effects' started by Lord_Helkar, Apr 5, 2021.

  1. Lord_Helkar

    Lord_Helkar

    Joined:
    Apr 2, 2020
    Posts:
    4
    I want to make blur effect on pause menu, but I couldn't find any decent tutorial. How can I make it?
     
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    Hi,

    What exactly do you want to make? When you say "blur effect on pause menu", I assume/guess you want to blur the background. If that is the case, there are some tutorials and threads on this forum where the topic is discussed.

    Which rendering pipeline are you using? Built-in, URP or HDRP?

    In any case, here are two links (there's more of course) which you should be able to find yourself if you just type to google "Unity blurred menu background" or something similar.

    Built-in
    https://forum.unity.com/threads/solved-dynamic-blurred-background-on-ui.345083/

    URP
    https://forum.unity.com/threads/fullscreen-blur-with-urp.883987/
     
    Fenikkel and SilkySeal like this.