Skip to content

Unity URP RenderFeature that implements Kuwahara (oil painting) Post Processing Effect

License

Notifications You must be signed in to change notification settings

TxN/UnityURP_Kuwahara

Repository files navigation

UnityURP_Kuwahara

Unity URP RenderFeature that implements Kuwahara (oil painting) Post Processing Effect

alt text An example of Kuwahara effect in game

I take no credit for shaders used in this effect, these shaders were made by Acerola ( https://github.com/GarrettGunnell/Post-Processing/ )

Instructions

  • Open your project manifest file (MyProject/Packages/manifest.json).
  • Add "com.mehozavr.kuwaharaURP": "https://github.com/TxN/UnityURP_Kuwahara.git" to the dependencies list.
  • Open or focus on Unity Editor to resolve packages.
  • Add "Kuwahara Effect Render Feature" to your Render Pipeline Settings
  • Add "Custom > Kuwahara" to your Post Processing Volume

Requirements

  • Unity 2021.3.0 or higher.

Examples

No effect

alt text Reference image without effect applied

Simple

alt text An example of Simple Kuwahara effect in game

Generalized

alt text An example of Generalized Kuwahara effect in game

Anisotropic

alt text An example of Anisotropic Kuwahara effect in game

Effect Settings

alt text Effect settings menu screenshot

About

Unity URP RenderFeature that implements Kuwahara (oil painting) Post Processing Effect

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published