Search Issue Tracker
By Design
Votes
0
Found in
6000.0.7f1
Issue ID
UUM-74224
Regression
No
[URP] Grid lines displayed over game objects in the Scene view when SSAO is enabled
How to reproduce:
1. Open the user's attached project
2. Select "Game Manager" in the Hierarchy window
3. Click on the "Ground Material" field in the Inspector window
4. Click "Ground" Material in the "Select Material" window
5. Enter Play Mode
6. Open the "Scene view" window (Window>General>Scene)
Expected results: There are no grid lines displayed over game objects in the Scene view
Actual results: There are grid lines displayed over game objects in the Scene view
Reproducible with: 6000.0.7f1
Could not test with: 2021.3.39f1, 2022.3.33f1 (compilation errors in the Console window)
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The problem is that the custom shader, used in the project, doesn't implement DepthNormalsOnly pass. It only implements DepthOnly and UniversalForward. This works as expected if that pass is implemented or if Depth is selected in the SSAO feature.