isDelayed for ColorField

Is there any workaround to make ColorField react delayed with the ValueChanged Callback – like IntegerField / FloatField?

This should be a build-in thing imho.

IntegerField integerField = new() { style = { minWidth = 200, flexGrow = new StyleFloat(1f) }, isDelayed = true};

isDelayed is not available for ColorField though.

Anyone got a nice workaround for the same behaviour as with an int / float field, like when the color picker is closed → update the value, not on every change?

You can look at the roadmap page UI Roadmap | Unity and submit the idea using this card, if it’s not already present, thanks.
9145375--1270834--upload_2023-7-13_17-6-48.png

1 Like