Search Issue Tracker
By Design
Votes
0
Found in
2022.3.62f1
6000.3.0a1
Issue ID
UUM-110164
Regression
Yes
Clearing color and depth/stencil buffers are recorded in Frame Debugger when using URP
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. Open and enable Frame Debugger (Window > Analysis > Frame Debugger)
5. Observe the Frame Debugger
Expected result: Clear (color) and Clear (depth+stencil) are not recorded
Actual result: Clear (color) and Clear (depth+stencil) are present on the left side of the Frame Debugger
Reproducible with: 2022.3.62f1, 6000.2.0a9, 6000.3.0a1
Not reproducible with: 6000.0.51f1, 6000.1.9f1, 6000.2.0a8
Reproducible on:
Play Mode
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Make sure to set DX11 or DX12 for the graphics API explicitly
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
This appears to be correct behavior. The clears are happening, so having them displayed in the frame debugger is accurate.