/shaders-gaussian-blur

A Gaussian blur post processing effect for Unity 2021 URP.

Primary LanguageMathematicaMIT LicenseMIT

Gaussian Blur Post Process in Unity 2021 URP

A Gaussian blur post processing effect made with Renderer Features for Unity URP.

Blur banner

Overview

Gaussian Blur is a useful effect to keep in your arsenal when making games, but Unity doesn't ship with a blur that operates on the whole screen uniformly. This repository contains a two-pass post process blur effect which works with URP's volume system and can be customised to different amounts of blurring. The effect uses URP's code-based Renderer Features to work.

Software

This project was created using Unity 2021.3.0f1 (LTS) and URP 12.1.6.

Tutorials

This project is part of a tutorial which is available in the following places:

Authors

This project and the corresponding tutorials were created by Daniel Ilett.

Release

This project was released on June 1st 2023.