Search Issue Tracker
Won't Fix
Votes
1
Found in
5.2.1p1
Issue ID
743145
Regression
No
[Deferred] Artifacts in deferred (GBuffer has incorrect values?) if one camera uses the clear mode "don't clear"
Steps to reproduced:
1. Open attached project "Deferred.zip"
2. Open scene "Deferred"
3. Inspect "Main Camera (1)" and "Main Camera (2)"
4. Notice that clipping planes of these cameras are intersecting
Actual result: In the game view, notice how the part of the cube and both spheres are completely white
Expected result: Cube and both spheres would be red
Note: This only happens when camera with greater depth ("Main Camera (2)") has "Clear flag" set to "Don't clear".
Bug doesn't happen in orthographic mode or when using forward rendering path.
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Fixed with new Scriptable Render Pipeline, as you could specify the exact layers and handle the comping of two cameras exactly how you intend to need them.