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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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);