Search Issue Tracker
By Design
Votes
0
Found in
2021.3.34f1
2022.3.17f1
2023.2.4f1
2023.3.0b1
Issue ID
UUM-59751
Regression
No
HSV color doesn't stay the same when it's changed
How to reproduce:
1. Open the attached project "ColorChoose.zip"
2. Select Assets/New Material.mat
3. Click on the Albedo color field in the Inspector window
4. Change to HSV color picker in the Color window
5. Change the "H" value to 200
6. Close the Color window
7. Repeat step 3
Expected results: The "H" value stays 200
Actual results: The "H" value is 180
Reproducible with: 2021.3.34f1, 2022.3.17f1, 2023.2.4f1, 2023.3.0b1
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Color values are serialized as RGB which means that the exact HSV value might not be preserved in the conversion process. If HSV value preservation is needed for some custom process/system, it needs to be stored separately and then converted into a unity color value.