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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
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.