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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
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.