When removing Pipeline, there is still residual effect

The following example:

After deleting the pipeline, there is still residual bloom effect

Hello :slight_smile:

I never used the postProcessRenderPipelineManager.removePipeline but the docs says “remove pipeline from the manager”… Maybe it’s just about removing the pipeline from the manager itself, but without actually disposing it

++
Tricotou

1 Like

Maybe it’s like this, thank, Tricotou

As @Tricotou said: removePipeline only removes the pipeline from the manager, not from the scene. You should dispose it (or disable the bloom effect).

2 Likes

I see