Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X
Votes
6
Found in
2019.4.14f1
2020.2.0a11
2021.1.0a2
Issue ID
1289161
Regression
Yes
[Shadergraph] Color picker in shader graph doesn't work
Reproduces on Version: 2021.1.0a2.727
was not able to check a1 due to compile errors.
Also reproduces in Version 2019.4.14f1 (3d1e81bc8b85)
does not reproduce in Version 2019.3.13f1 (ca54dd5f348c)
Repro steps
1. Create a color property and select it
2. Attempt to change the default in the Graph Inspector node settings by double clicking the black rectangle
Expected result: the color picker opens
Actual result: nothing happens
Comments (3)
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
ArmoniusXIV
Dec 02, 2020 13:27
Same problem still exists in 2019.4.15f1 . As a workaround: Pressing ESC and SPACE after clicking the color node opens the dialog. Clicking the color with CTRL pressed seems to also open the dialog.
sorialexandre
Nov 04, 2020 20:58
Workaround (Fast) => Press CRTL* before click;
*If don't work try use ALT or SHIFT. This steps was tried only in Windows;
RichDidactic
Nov 03, 2020 21:18
Unity marked the other post as duplicate even though it had more votes...
Anyway, as I commented on the previous one:
Temporary workaround:
TL;DR: Copy the color from a different color picker and paste it in the property.
1. Create a new material.
2. Use the base map / albedo color picker to set your desired color.
3. Close the color picker.
4. Right click the color picker (the color box you must click to open the color picker).
5. Click "Copy".
6. Right click the shader property color picker.
7. Click "Paste".
Hope this may help you until it gets fixed.