Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.6f1
Issue ID
UUM-74100
Regression
Yes
Redundant application of color correction on TMP UGUI text objects when Editor is in Linear color space
This issue is related to redundant application of color correction on TMP UGUI text objects when Editor is in Linear color space. When using the Canvas system color correction is already handled by the Canvas system. As such this conversion of color space on the text vertex colors is no necessary and incorrect.
*Steps to reproduce:*
1. Create a new project with Unity 6000.0.7f1
2. Import TMP Essentials and TMP Examples and Extras
3. Load up the scene "09 - Margin Tag Example"
4. Notice the Blue in the PRO in the TextMeshPRO text is a much darker blue than in Unity 6000.0.5f1 version
*Actual results:* Text Colour changed - this will result in a different font colour for our users' projects when updating to this version.
*Expected results:* Same colour in both versions, as nothing changed in the examples
*Reproducible with versions:* 6000.0.6f1, 6000.0.7f1
*Not reproducible with versions:* 6000.0.5f1
*Can’t test with versions:*
*Tested on (OS):* Windows 11
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
- Scene view flickers when both Scene and Game view are active and DX11 API is used with Gamma Color Space
- ZivaRT Player and ML Agents packages Deprecated label color differs from other Deprecated packages
- Description, Version History, Dependencies and Samples paragraph/items distance from borders differ in Package Manager
- "Clear Filters" button has a blue "on-click" highlight
- All other Package Manager filter options are hidden when "Update Available" option is selected and "Filters" tab is reopened
Resolution Note:
The original PR that introduced the regression was reverted.