Gameframe.PostProcessing
Additional effects for Unity''s Post Processing stack.
com.gameframe.postprocessing 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/postprocessing.git README Markdown
Copy this to your project's README.md
## Installation
Add **Gameframe.PostProcessing** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/postprocessing.git
```
[](https://www.pkglnk.dev/pkg/postprocessing)Dependencies (1)
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:
{
"dependencies": {
"com.gameframe.postprocessing": "https://github.com/coryleach/UnityPostProcessing.git#1.0.0",
...
},
}
Author
š¤ Cory Leach
- Twitter: @coryleach
- Github: @coryleach
Show your support
Give a āļø if this project helped you!
This README was generated with ā¤ļø by readme-md-generator
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In