Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2018.4.16f1
2020.2
Issue ID
1235656
Regression
No
Transparent texture looks different in the Texture Preview and in the Scene View when Color Space is set to Linear
How to reproduce:
1. Open the project "case_1235656-texture-linear"
2. Open the Scene "SampleScene"
3. Make sure that the Color Space is set to Linear (Edit->Project Settings...)
4. Select "test.png" in the Assets folder in the Project
5. Observe the results in the Texture Preview in the Inspector and in the Scene View
Expected results: the texture looks the same in the Texture Preview and in the Scene View
Actual results: the texture looks different in the Texture Preview and in the Scene View
Reproducible with: 2018.4.23f, 2019.3.14f1, 2020.1.0b9, 2020.2.0a11
Notes:
1. Test (Texture 2D) Import Settings:
-Texture Type - Sprite (2D and UI)
-sRGB (Color Texture) - True
-Alpha Source - Input Texture Alpha
-Alpha Is Transparency - True
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 (2020.2.X):
The reason the Texture Preview looks different from the Scene/Game view is that the Texture Preview uses gamma space blending regardless of the project's colorspace.
Unfortunately, changing the Texture Preview UI rendering pipeline to perform linear blending is not trivial. We will clarify this in the docs a bit better.