Hi, i am having issues updating the color of material slider at runtime. After changing color on the slider, I have to interact with the slider for it to update to the new color. Also when setting the slider from non-intractable to intractable, left side text does not reset the alpha value (look non-intractable).
Is there a method I can call to force update the slider? During editing i can call OnEditorUpdate() witch obviously does not work on release, but a nice way to remove the symptom during development.