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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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.