Hello
open your scene 08
add these line in exemple 08 :
[SerializeField] private Slider Test;
void Awake()
{
OnSliderValueChanged();
Test.value = 1f;
}
the slider is not correctly set on screen, see image.![bug](http://materialunity.com/support/?qa=blob&qa_blobid=9224658191100987780)
In my dialog, when I set a value at start : the graphics are not right :
![](http://materialunity.com/support/?qa=blob&qa_blobid=8262755753558617258)
did i miss something ?