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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
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.