Skip to content

ViZAlice/shaders-gaussian-blur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mathematica 55.7%
  • C# 36.0%
  • ShaderLab 8.3%