Hallo,
i’m using the ´DefaultRenderingPipeline´ and on top of that i would like to blur the image in some situations, but have the blur disabled during normal operation. For this i created a new PostProcessRenderPipeline with a horizontal and vertical blur. This works wonderfully, but when i try to disable the render pipeline i can’t get it to behave as i’d wish. I tried all kinds of methods, removing the camera, detaching the camera via scene.postProcessRenderPipelineManager.detachCamerasFromRenderPipeline
, disposing the PostProcesses – it either does not disable the effect, or i get an error. Shouldn’t there be an easy way to enable and disable the pipeline, isn’t that a common thing to do? What am i missing?
I could also just set the blur kernel to zero, but i’m having some concerns about performance there. Maybe they are unfounded?
Anyways, i’d be grateful for a nudge in the right direction!
Best,
Josh