Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2022.1.9f1
2022.2.0b1
2023.1.0a3
2023.2.0a1
Issue ID
UUM-10041
Regression
Yes
[URP] Custom effect flickers when resizing Scene and Game views
Steps to reproduce:
1. Open the user’s attached project
2. Open Assets/Scenes/SampleScene.unity
3. Attach Scene and Game views side by side
4. Resize Scene and Game views (“flicker.mp4“)
Expected result: Flickering doesn’t appear in the Scene and Game views
Actual result: Flickering does appear in the Scene and Game views
Reproducible with: 12.0.0 (2022.1.0a1), 13.1.8 (2022.1.9f1), 14.0.3 (2022.2.0b1), 15.0.0 (2023.1.0a3)
Not reproducible with: 12.1.7 (2021.3.7f1)
Couldn’t test with: 10.9.0 (2020.3.37f1) (couldn’t resolve console error)
Reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Multiple errors are thrown in the console while using perforce when moving an asset using shortcuts
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
Resolution Note:
The depth is not ready when drawing the AtmosphericScatteringRenderPass (named Light Occlusion) and relies on the copy depth from the earlier frame in the AtmosphericScatteringRenderPass.
To solve this move AtmosphericScatteringRenderPass's renderPassEvent to RenderPassEvent.BeforeRenderingSkybox or Set it to AfterRenderingPrePasses and change the Depth Texture Mode to Force Prepass.
To see this, open the Frame Debugger.
Resolution Note (2023.2.X):
The depth is not ready when drawing the AtmosphericScatteringRenderPass (named Light Occlusion) and relies on the copy depth from the earlier frame in the AtmosphericScatteringRenderPass.
To solve this move AtmosphericScatteringRenderPass's renderPassEvent to RenderPassEvent.BeforeRenderingSkybox or Set it to AfterRenderingPrePasses and change the Depth Texture Mode to Force Prepass.
To see this, open the Frame Debugger.