Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a9
2019.3
2019.3.9f1
2020.1
2020.2
Issue ID
1250209
Regression
Yes
Object flashes in light blue/cyan color when assigning it a new material or changing the material's shader
How to reproduce:
1. Open the attached 'project-1250209.zip' project
2. Load the 'SampleScene'
3. Assign the 'New Material' to 'Cube' game object in the Hierarchy window
Expected result: the cube does not flash in light blue/cyan color
Actual result: the cube flashes in light blue/cyan color
Reproducible with: 2019.1.0a9, 2019.3.15f1, 2020.1.0b10, 2020.2.0a12
Not reproducible with: 2018.4.23f1, 2019.1.0a8
Notes:
- Changing the material's shader for the first time (first time for the shader) will also flash the light blue/cyan color
- Re-opening the project with saved changes seems to fix the flashing
Comments (1)
-
markmiller1486
Nov 20, 2020 10:22
Trying to figure out what to gift your loved ones on their birthday is tough. We have various Gift Ideas on our site.
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note:
This is due to async shader compilation being used. This compiles the shader in the background until a valid shader is present and will display blue until the valid shader is ready. you can disable this in the player settings but unity will 'pause' while the shader is compiled.