Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

danielshervheim/unity-image-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Effects for Unity

all effects

A collection of fullscreen image effects for Unity, all of which run in real-time. Includes (above from left to right):

  • No filter.
  • Bilateral (edge-preserving) blur.*
  • Black and white.
  • Edge detect.*
  • Edge enhance.*
  • Gaussian blur.*
  • Pixelate.
  • Posterize (reduce colors).

*Requires a GPU which supports Compute shaders.

To Install

Download the .unitypackage, or clone this repo.

To Use

Just drag any of the scripts in Image Effects/Scripts onto the camera gameObject you want to apply them to.