Search Issue Tracker
Fixed in 2022.2.X
Votes
1
Found in
2019.4
2020.2.1f1
2020.3
2021.2
2022.1
2022.2
Issue ID
1408463
Regression
No
ColorUtility.TryParseHtmlString parses darkblue as #0000A0 instead of #00008B
How to reproduce:
1. Open the attached project ("1408463_repro.zip")
2. Open the "SampleScene" Scene
3. Enter Play Mode
4. Observe the output in the Console
Expected result: "RGBA(0.000, 0.000, 139.000, 255.000)" logged in the Console, "darkblue" hex value is #00008B
Actual result: "RGBA(0.000, 0.000, 160.000, 255.000)" logged in the Console, "darkblue" hex value is #0000A0
Reproducible with: 2019.4.36f1, 2020.3.31f1, 2021.2.15f1, 2022.1.0b11, 2022.2.0a7
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note (fix version 2022.2):
Fixed in: 2022.2.0a17