Hi,
i recently started to seeing this debug message in the consol. This debug is really annoying ^^. Can someone explain to me what this debug warning is?
Thanks in advance ^^
Cleanup Blit
UnityEngine.Rendering.RenderPipelineManager:CleanupRenderPipeline ()
As far as I know, It’s a normal part of rendering cleanup after a blit
operation, which copies image data. This message is informational and doesn’t require your immediate attention unless you’re directly working on the rendering pipeline itself. You can adjust console settings to show only more relevant messages if this debug output is distracting.