Hello, I’m trying to add my own post-processing effect. Previously, everything was done through blitscreen and it worked perfectly. Now, however, I need to manually set everything up in the render pipeline. I’ve more or less figured this out, but why don’t UI elements work if I add pipelineSettings to the camera and enable something (e.g., bloom), then all UI elements disappear? I’ve already tried assigning different layers to all components and only on the Gizmo and ALL layers does the UI render as needed. But for my project, I need post-effects to work on all layers, including UI. How can I achieve this? If someone provides a detailed and comprehensive response, I will be very grateful.