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
- 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
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.