Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.4f1
Issue ID
1073225
Regression
No
Command buffer of skybox becomes black when minimizing and maximizing the Editor
How to reproduce:
1. Open the attached project
2. Open Demo Scene and enter a Game mode
3. In the combo box on the left change the Clouds to any other type
4. Minimize the Editor ant focus the Editor again
Expected: Skybox stays with clouds
Actual: Skybox goes black
Reproduced on: 2017.1.5f1, 2017.2.3p4, 2017.4.1f1 - 2017.4.9f1, 2018.1.0b1 - 2018.1.0b4, 2018.1.0b6, 2018.1.0b7, 2018.2.7f1, 2018.3.0a10
Not reproduced when the Library folder is deleted: 2017.4.0f1, 2017.4.10f1, 2018.1.0b5, 2018.10b8 - 2018.1.9f1
Not reproduced on: 2018.1.9f2
Note: Couldn't reproduce on 2018.3.0a11 version due to the errors breaking the project
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This only happens in Editor.
Workaround: reset material Blend states in Update()
mat.SetInt("_SrcBlendMode", (int)BlendMode.One);
mat.SetInt("_DstBlendMode", (int)BlendMode.Zero);