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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
The original PR that introduced the regression was reverted.