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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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);