https://github.com/danielshervheim/unity-image-effects
A collection of image effects for Unity.
https://github.com/danielshervheim/unity-image-effects
bilateral blur gaussian image processing unity
Last synced: about 1 year ago
JSON representation
A collection of image effects for Unity.
- Host: GitHub
- URL: https://github.com/danielshervheim/unity-image-effects
- Owner: danielshervheim
- License: bsd-3-clause
- Archived: true
- Created: 2019-03-24T21:51:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T21:37:04.000Z (over 2 years ago)
- Last Synced: 2025-04-19T07:59:40.351Z (about 1 year ago)
- Topics: bilateral, blur, gaussian, image, processing, unity
- Language: C#
- Homepage:
- Size: 8 MB
- Stars: 66
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Effects for Unity

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](https://github.com/danielshervheim/Image-Effects-for-Unity/releases/download/1.0/image_effects_1.0.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.