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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.