bYsdTd / shaders-gaussian-blur

A Gaussian blur post processing effect for Unity 2021 URP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Gaussian blur post processing effect for Unity 2021 URP.

License:MIT License


Languages

Language:Mathematica 55.4%Language:C# 36.4%Language:ShaderLab 8.2%