An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Welcome to com.gameframe.postprocessing 👋



Version

Twitter: coryleach

> 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)_