Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.31f1
2022.3.10f1
2023.1.16f1
2023.2.0b12
2023.3.0a8
Issue ID
UUM-52926
Regression
No
[Win] Depth difference when two passes in one shader have the same vertex shader and different pixel shaders
Reproduction steps:
1. Open the attached "repro_IN-55414.zip" project
2. Open the "SampleScene" Scene
3. Enter the Play Mode
4. Observe the Game view
Expected result: "Fishing_water" GameObject is solid black when it moves
Actual result: There are visible holes in the "Fishing_water" GameObject when it moves
Reproduced with: 2021.3.31f1, 2022.3.10f1, 2023.1.16f1, 2023.2.0b12, 2023.3.0a8
Reproduced on: Windows 10 (22H2)
Not reproduced on: macOS Monterey 12.6.1 (M1)
Note:
- On Windows 10, the issue was not reproducible on a machine with AMD Radeon RX 6800XT GPU but was reproducible on a machine with Nvidia GeForce RTX 3080 GPU
- Reproducible in Player
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
NVidia windows opengl drivers issue, depending on vertex stage output usage in fragment shader, the vertex shader output can have slight differences in depth values, most likely due to driver optimizations omitting unused variables and calculations.