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
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
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.