sebastianhein / urp_kawase_blur

URP renderfeature test project
421 stars 76 forks source link

RenderPass for each object in the scene #3

Open saifshk17 opened 3 years ago

saifshk17 commented 3 years ago

The Kawase Blur script works for all object in the scene as they all share the same shader. Please convert this script to MonoBehaviour so that it can be used for each object in the scene due to which each object's material can have unique blur passes and downsamples.