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.
In my dialog, when I set a value at start : the graphics are not right :
did i miss something ?