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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.