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
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
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.