Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4
2018.4
2019.3
2019.3.5f1
2020.1
2020.2
Issue ID
1227959
Regression
No
Camera's depth is ignored when calling Camera.Render() for Render Texture with "Skybox" and "Dont Clear" cameras
How to reproduce:
1. Open attached project "Depth Clear Test.zip" and scene "SampleScene"
2. Enter play mode
3. Observe the Game view
Expected result: the blue square is visible and behind the green square
Actual result: blue square is visible and in front of the green square
Reproducible with: 2017.4.38f1, 2018.4.20f1, 2019.3.6f1, 2020.1.0b2, 2002.2.0a3
Comments (2)
-
Clonkex
Mar 18, 2020 22:58
Well that's BS. Not only is it extremely unlikely that "many users" are using Camera.Render() into the same render texture as another camera with the clear flags mistakenly set to "Don't Clear" when they actually want "Depth Only", the built-in renderer's camera stacking cannot possibly rely on the hack of ignoring the "Don't Clear" flags for manual rendering only but not for automatic rendering! That's nonsense! Please review and make sure you've fully understood the problem!
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
This is part of the built in renderer camera stacking. We can not change this behaviour now at risk of regressing many users projects.
Workaround: have the 'render texture' settings match the current quality settings (msaa and color format)