How to reproduce:
1. Open the “CustomRP“ project
2. Open the “SampleScene“
3. Navigate to the Default Volume Profile Asset (Assets → Settings → DefaultVolumeProfile)
4. In the Inspector, set the Screen Space Lens Flare intensity to a value greater than 0
5. Set the Bloom Mip Bias to 0
6. Observe the Game view
Expected result: The selected settings are applied and visible in the Game view
Actual result: The Game view becomes dark, and numerous errors are displayed in the Console (full errors are provided in the Notes section)
Reproducible with: 6000.0.51f1, 6000.1.8f1, 6000.2.0b6
Could not test with: 2022.3.63f1 (Screen Space Lens Flare feature is missing)
Reproducible on: Windows 10, Windows 11 (user’s)
Not reproducible on: no other environment tested
Notes:
- Render Graph Execution error
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
- InvalidOperationException: Trying to write a resource twice in a pass. You can only write the same resource once within a pass (pass Blit Lens Flare Screen Space resource_BloomMipUp0).
UnityEngine.Rendering.RenderGraphModule.RenderGraphBuilders.ValidateWriteTo (UnityEngine.Rendering.RenderGraphModule.ResourceHandle& handle)