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
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.