Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

A button without script change the slider value

Discussion in 'UGUI & TextMesh Pro' started by pKallv, Sep 7, 2014.

  1. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,120
    I have a slider (0 - 4) with a default value of 2. I have a button, which is a child to the slider, and when i click on that button the slider automatically goes to zero (0). This is not the case when it is not a child. I have tried to understand if i do something wrong here. It happen without any code attached.

    Is this a normal behavior?