Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2020.3.0f1
2021.2.0a1
2022.1.0a1
2022.1.0a11
Issue ID
1368973
Regression
Yes
Thumbnails in a Project window get darker after saving scene
How to reproduce:
1. Create a new Unity project
2. Create a cube in a scene
3. Create a prefab from a newly created cube
4. Create new Material
5. Change materials color
6. Add newly created material to a cube
7. Observe both material and cube - colors are light
8. Save the scene
9. Observe both material and cube - colors are darker than before
Expected result: Colors should be the same before and after saving the scene.
Actual result: Thumbnails get darker after saving the scene.
Reproduced with: 2022.1.0a11, 2022.1.0a1, 2021.2.0b14, 2021.2.0a1, 2020.3.19f1, 2020.3.0f1.
Didn't reproduce with: 2019.4.31f1, 2019.4.0f1.
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 UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
- Root motion is not reapplied when transitioning from an animation without root motion to an animation with root motion
Resolution Note (fix version 2022.2):
The lighting settings for the sample sphere in the material thumbnail would change when the scene is saved and a static asset thumbnail image is created and saved - this is now fixed to be consistent both when the material is created and when it is saved.