Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
4.6.3f1
Issue ID
676021
Regression
No
[DepthOnly] Clear flags set to "depth-only" is clearing the color buffer if a non-standard viewport rect is set
Clear flags set to "depth-only" is clearing the color buffer if a non-standard viewport rect is set.
Reproducible on 4.6.0f1, 4.6.3f1, 5.0.0f4;
Repro pictures:
Viewport set to [0, 0, 1.1, 1]; clear flags to "depth only"; color buffer is being cleared while it shouldn't.
http://gyazo.com/d4c7033c0da06a98736525467ac7cd28
Viewport set to [0, 0, 1, 1]; clear flags to "depth only"; color buffer is not being cleared as it should.
http://gyazo.com/fd91654d9cdaa973024b6c246a99aae9
Repro steps:
1. open project "15920_-_Scissor_render.zip";
2. Press play, select object "Main Camera" and change its "Viewport Rect" to [0,0,1,1].
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SerializeReference does not update references when the generic field type changes
- Memory leak when running tests in IL2CPP with System.Threading.Timer
- Tile Palette Tilemap dropdown icons are not visible
- Create New Tile Palette dropdown text is not centered and text is cut off
- Volume numeric fields allows adding unlimited number in numeric field which breaks UI, no character limit
Add comment