Skip to content

This project contains a shader that blurs the background of a UI element in Unity. It is easy to use and does not require a Render Pass.

License

Notifications You must be signed in to change notification settings

AnderSystems/Unity-URP-UI-Blur-Shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UI Blur Shader for Unity

This project contains a shader that blurs the background of a UI element in Unity. It is easy to use and does not require a Render Pass.

How to Use

  1. Apply the Material:
    • Apply the UI_Blur material to the UI element you want to blur.
  2. Adjust the Blur:
    • The user can adjust the amount of blur using the alpha channel of the UI.

Requirements

  • Unity 2020.3 or higher.

Installation

  1. Download this repository and place it in your project's Assets folder.

Usage Example

  • Just apply the material "UI_Blur" on your UI Element
  • You can use the Alpha channel to set the Blur Amount
  • Contributions

    Contributions are welcome! Feel free to open an issue or submit a pull request.

    License

    This project is licensed under the MIT License. See the LICENSE file for more details.

    About

    This project contains a shader that blurs the background of a UI element in Unity. It is easy to use and does not require a Render Pass.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published