Search Unity

Unity UI [SOLVED] Stop slider value from changing while initializing scrolling.

Discussion in 'UGUI & TextMesh Pro' started by tranos, Feb 6, 2018.

  1. tranos

    tranos

    Joined:
    Feb 19, 2014
    Posts:
    180
    Hello,
    I want to prevent the slider from changing value when the user wants to scroll down and accidentally touches the slider.
     
  2. tranos

    tranos

    Joined:
    Feb 19, 2014
    Posts:
    180
    I eventually unchecked Raycast Target of slider's Fill and Backround and now the user has to press exactly on the Handle to change the value.