Search Issue Tracker
By Design
Votes
0
Found in
2022.3.60f1
6000.0.44f1
6000.1.0b12
6000.2.0a7
Issue ID
UUM-101282
Regression
No
World grid is visible through some GameObjects when project is a "Universal 2D" template project
Reproduction steps:
1. Open the attached “TestGridU6” project
2. Open “Assets/Scenes/SampleScene” Scene
3. In the Game View control bar, turn off the 2D option (switch to 3D)
4. In the Game View, observe the Cube
Expected result: The Cube is not see through
Actual result: Grid lines behind the Cube are visible
Reproducible with: 2021.3.50f1, 2022.1.0a1, 2022.3.60f1, 6000.0.44f1, 6000.1.0b12, 6000.2.0a7
Reproducible on: macOS Sequoia 15.3.2 (M1 Max), Windows 11
Not reproducible on: No other environments 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
2D renderer doesn't write to the depth buffer by default, as a result depth check will always pass when world grid is rendered.