Search Issue Tracker
In Progress
Fix In Review for 6000.2.0a1
Won't Fix in 6000.3.X
Votes
0
Found in
2021.3.42f1
2022.3.44f1
6000.0.18f1
6000.1.0a7
6000.2.0a1
6000.3.0a1
Issue ID
UUM-79458
Regression
No
Inspector Readme links fail WCAG contrast guidelines - sample templates
*Steps to reproduce:*
# Create a new URP project.
# View the Inspector. It should be displaying the URP Readme.
** If not open the Readme in Assets > Readme.
*Actual results:* The links are a slight strain to read - this is an accessibility issue. Colour picked from screenshots and run through a contrast checker:
* [Dark theme scores {*}2.27{*}:1|https://webaim.org/resources/contrastchecker/?fcolor=086FC3&bcolor=383838]
* [Light theme scores {*}2.4{*}:1|https://webaim.org/resources/contrastchecker/?fcolor=1A82D8&bcolor=C8C8C8]
*Expected results:* No difficulty reading due to contrast. Contrast score should be 4.5:1 for regular text, 3:1 for larger text. These links pass neither guideline.
*Reproducible with versions:* 6000.0.16f1, 2022.3.44f1, 2021.3.43f1
*Tested on (OS):* Ubuntu 24.04, MacOS Sonoma 14.6.1
*Notes:*
* [WCAG 2.1 contrast ratio guidelines.|https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html]
* Only colour picked in U6, but older versions felt similarly hard to read.
* Dark theme in particular feels hard to read.
* USP Template team to investigate
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
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
- Actions in UI Builder Preview mode are not fully reset after exiting the Preview mode
Resolution Note (6000.3.X):
PR#35 already merged into dev. Tested in 6000.3 and contrast is WCAG 2.1 compliant
Resolution Note (fix version 6000.2.0a1):
fixed in PR#35: https://github.cds.internal.unity3d.com/unity/com.unity.template.urp-blank/pull/35