Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
5.7.2 - 7.1.2
Issue ID
1197575
Regression
No
Mesh ignores depth buffer when it is drawn using EndCameraRendering callback and Opaque Texture is enabled in Pipeline Asset
Reproduction steps:
1. Open the attached project named Case_1197575
2. Open the SampleScene
3. Enter Play mode
4. Observe that the wall covers the Sphere
5. Change the "Opaque Texture" setting in the Render Pipeline asset
6. Play the Scene again and observe the Game view
Expected result: The Sphere is rendered behind the wall as before
Actual result: The Sphere is rendered in front of the wall
Reproducible with: 2019.2.12f1, 2019.3.0b11, 2020.1.0a14
Could not test with: 2017.4.34f1, 2018.4.13f1(RenderPipelineManager and ScriptableRenderContext classes were not yet implemented)
Reproducible with package versions: 5.7.2, 6.9.2, 7.1.2
Could not test with package version 4.1.0(Missing RenderPipelineManager class)
Notes:
1. The issue is reproducible only when the mesh is drawn using EndCameraRendering callback
2. RenderPipelineManager and ScriptableRenderContext classes became available in 2019.1
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
- Edge detection fails, _BlitTexture_TexelSize is 0
- Rotating GameObjects is not possible when transform.up is assigned through script
- [Android] Shadowmap Shadows have graphical errors on Android when the default Screen Recorder setting is turned on
- Editor crashes on physx::PxcDiscreteNarrowPhasePCM or freezes when instantiating many GameObjects
- [RenderingDebugger] Wireframe mode is not fully rendered in the Scene View
This is a duplicate of issue #1171013