https://github.com/coryleach/unitypostprocessing
Additional effects for Unity's Post Processing stack.
https://github.com/coryleach/unitypostprocessing
effects image postprocess-v2 shader tiltshift unity unity3d
Last synced: over 1 year ago
JSON representation
Additional effects for Unity's Post Processing stack.
- Host: GitHub
- URL: https://github.com/coryleach/unitypostprocessing
- Owner: coryleach
- License: mit
- Created: 2019-09-23T05:29:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T20:16:01.000Z (over 6 years ago)
- Last Synced: 2025-03-17T05:03:00.736Z (over 1 year ago)
- Topics: effects, image, postprocess-v2, shader, tiltshift, unity, unity3d
- Language: ShaderLab
- Size: 11.7 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to com.gameframe.postprocessing 👋
> This package contains a TiltShift effect for Unity's post processing stack and may be the home of additional effects if I create any.
### Requirements
* Unity 2019.1 or later
* Unity's post processing package v2.1.7 or later
* Git (executable on command-line)
## Quick Package Install
#### Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.postprocessing": "https://github.com/coryleach/UnityPostProcessing.git#1.0.0",
...
},
}
```
## Author
👤 **Cory Leach**
* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_