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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The original PR that introduced the regression was reverted.