Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a4
2018.3.10f1
2019.1.0a1
2019.2.0a1
Issue ID
1142024
Regression
Yes
Camera.clearFlags doesn't update on Camera Preview
Steps to repro:
1. Create a new project and open it
2. Select the Main Camera in Hierarchy and set "Clear Flags" to "Depth Only"
Expected result: Camera preview goes black.
Actual result: Camera preview stays the same.
Reproduced in: 2018.3.12f1, 2019.1.0b10, 2019.2.0a10
Not reproduce in: 2017.4.25f1, 2018.3.0a3
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2018.3.X):
This is cosmetic / minor. This bug is only valid to edit mode.
The camera preview stays unchanged as it behaves the same with game view (the game view in play mode, the color stays unchanged as the clear flag is set to not clearing the color), which is more correct.
Won't fix unless user has a more important usecase that greatly affect their workflow.