Search Unity

How to make UI effect like this?, Please help.

Discussion in 'UGUI & TextMesh Pro' started by Pollawat, Jul 9, 2018.

  1. Pollawat

    Pollawat

    Joined:
    Aug 27, 2016
    Posts:
    192
    As you can see the difference between the two of them, one got a blur effect on the background another not.
    These pictures created from After Effect. For now, I try to create in Unity, In whenever I turn the UI on or HUD it should blur the background automatically.


    (1). Using (.png) UI.



    (2). After Effect.



    Any assets in the store recommend will be appreciated.

    Thank you.
     
    Last edited: Jul 9, 2018
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,619
    I render the scene to a RenderTexture and use a custom shader to blur the RenderTexture content. Then I use the RawImage UI Component to display the blurred RenderTexture as an image in the UI.
     
  3. Pollawat

    Pollawat

    Joined:
    Aug 27, 2016
    Posts:
    192
    Thank you, sir. Any assets in the store for suggestion sir?
     
  4. Pollawat

    Pollawat

    Joined:
    Aug 27, 2016
    Posts:
    192
    I got it sir. thank you for your advice.
     
  5. SoyUnBonus

    SoyUnBonus

    Joined:
    Jan 19, 2015
    Posts:
    43