Search Issue Tracker
Fixed in 2017.2.0f3
Votes
1
Found in
5.4.0b17
Issue ID
796043
Regression
No
[ColorPicker] Sometimes hex values for colors are decreased by one when compared to rgb value
Steps to reproduce:
1. Open attached project "796043.zip"
2. Open scene "Scenes/main"
3. In hierarchy, select "Canvas > HelpMenu > HelpPanel" and open Color picker for its Image component
4. Click on R bar and sometimes hex value will be decreased by one (for example, 17 will be represented as hex 10)
Workaround: set values using input fields
Reproduced with: 5.1.4f1, 5.2.4f1, 5.3.4p6, 5.4.0b18
Fixed in 5.5.
Comments (1)
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
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
- Addressables Profiles window UI break when creating a new Variable with a long name
- No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
- Blurry, low quality Active Profile icon used in Addressables Profiles window
- Tree Asset Preview window is not updated after assigning a new Material
Antoids
Nov 23, 2016 00:35
Not insanely high priority, but it was amusingly present in an official Unity tutorial video.
https://www.youtube.com/watch?v=N7g2faChUJs
When choosing color at 5:44, the RGB should return 610076FF, or the hex should return 96,0,118.