Skip to content

Commit 65ce0e8

Browse files
JMargevicsEvergreen
authored andcommitted
[VFX] Hide eye dropper from the ColorField
This is a small one liner fix to remove the problematic eye dropper, reported in [UUM-64983](https://jira.unity3d.com/browse/UUM-64983). Fixing this would be too costly resource-wise for such a small issue, so we decided simply to hide the button. **Before:** <img width="700" alt="before" src="https://media.github.cds.internal.unity3d.com/user/1762/files/a718b893-e41a-4444-8304-858a61b66b45"> **After:** <img width="704" alt="after" src="https://media.github.cds.internal.unity3d.com/user/1762/files/d9782151-02b3-4bff-ab0a-49c7abd1c212">
1 parent 9f89323 commit 65ce0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.visualeffectgraph/Editor/UIResources/uxml/VFXFilterWindow.uxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<ui:VisualElement name="ColorFieldRow">
4141
<uie:ColorField name="CategoryColorField"
4242
label="Set Custom color"
43+
show-eye-dropper="false"
4344
value="#FFFFFF"
4445
/>
4546
<ui:Button name="ResetButton"

0 commit comments

Comments
 (0)