forked from BilalY/Rasagar
13 lines
856 B
Markdown
13 lines
856 B
Markdown
---
|
|
uid: urp-custom-post-processing
|
|
---
|
|
# Custom post-processing
|
|
|
|
The Universal Render Pipeline (URP) provides a variety of pre-built [post-processing effects](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@15.0/manual/integration-with-post-processing.html) that you can adjust to create a particular visual effect or style. URP also lets you create custom post-processing effects.
|
|
|
|
The following page describe different approaches to creating custom post-processing effects.
|
|
|
|
| Page | Description |
|
|
|-|-|
|
|
| [Low-code custom post-processing effect](post-processing-custom-effect-low-code.md) | How to use a Full Screen Render Pass to create a low-code custom post-processing effect. |
|
|
| [Custom URP post-processing effect](custom-post-processing-with-volume.md) | How to create a custom post-processing effect with Volume support. | |