A series of post-processing effects for Unity URP (6000.0.58f1). These effects were from Acerola's Post Processing repo (which was designed for Unity's Built-In Pipeline) and I have since adapted these effects over to Unity 6 URP as part of my self study on shader programming and to improve its performance in Unity.
Initially, I modified them for Unity 2022 URP, but I am gradually updating this repo with improved versions of the effects I did over to Unity 6. You can access all previous code and materials for the PostProcessing-URP that I developed in Unity 2022 URP here in the Unity 2022.3.20f1 branch
As of now, I have only updated the Anisotropic Kuwahara effect to work with Unity 6, as that was my last contribution during my time at Serious Point Games. I plan to gradually bring over the remaining effects to Unity 6, one by one. The effects uses Unity 6000.0.50f1's compatibility mode for it to work. Because of that, it can be modified with a few changes to still be able to work on older Unity versions like Unity 2022. Do note that some of the effects may have issues when using them or don't work for Forward+ or Deffered rendering.
- Kuwahara
- Anisotropic (w/ Polynomial Weighting)
Note: I don't have screenshots of every effects in use like basic difference of gaussian.
- Clone repo or download the asset folder and load it into an unity project.
- Add the render feature of the effect that you want to use to the Universal Renderer Data you are using
- Create a volume game object and load the effect's volume component in the volume profile to adjust values
- If needed, you can change the effect's render pass event in its render feature under settings
- Ensure that Compatibility mode is on, which can be located under Project Settings > Graphics > Render Graph
The code is based on Acerola's Post Processing effect (which was designed for Unity's Built-In Pipeline), but it has since been modified to work on Unity 6 URP and for preformance improvements, etc.
- Post-Processing by Acerola/GarrettGunnell. Licensed under MIT license - See THIRD PARTY LICENSES for details.
- "[Blue Archive]Kasumizawa Miyu" (https://skfb.ly/oyBXP) by MOMO_RUI is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- "Japanese Vending Machine" (https://skfb.ly/6ZCEz) by filadog is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Musemi by Occosoftware. Used for presentation purposes only.
- Magica Cloth 2 by Magica Soft for hair & cloth physics. Used for presentation purposes only.