Search Issue Tracker
By Design
Votes
0
Found in
2021.3.31f1
2022.3.11f1
2023.1.17f1
2023.2.0a15
Issue ID
UUM-54051
Regression
No
[SRP] Sampling depth buffer in fragment shader fails to render when GPU is GTX 1080 or GTX 1080 Ti
Reproduction steps:
1. Open the attached “depth-texture-repro.zip” project
2. Enter Play mode
3. Hold down the “D” keyboard key and observe the Game window
Expected result: The game view is rendered and GameObjects are visible
Actual result: A black screen is shown and GameObjects are not visible
Reproducible with: 2021.3.31f1, 2022.3.11f1, 2023.1.17f1, 2023.2.0a15
Couldn't test with: 2023.2.0a16, 2023.2.0b14, 2023.3.0a11 (Due to errors in the console)
Reproduced on: Windows 11 Pro GTX 1080
Not reproduced on: Windows 10 Pro RTX 3050 Ti
Note: The reporter noted that this issue is reproducible on some older GPUs, specifically GTX 1080 and GTX 1080 Ti
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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note:
After some investigation, we found out two small glitches in the user script generating the problematic behaviour on old GPUs. An adjusted user script fixing the bug was sent back to the user. No changes on the Unity engine side needed. Happy coding!