UI Using Scroll Rect with Button Array

Hey there,

I have been having some issues creating a scroll rect populated with an array of buttons. I have a rect transform that is holding all of that buttons that is then parented to the scroll rect so that works fine. However, the buttons can only be clicked half way up them otherwise it selects the button below the on you are trying to click.

Also, is there a way to deal with making a scroll rect scroll without clicking the buttons? When trying to scroll the window not using the scroll bar, it doesn’t work because the button clicks are interfering.

Thanks

how are you doing the layout? with a layout component? how are you generating the buttons? hard to figure out where you’re going wrong if you don’t tell us what you are doing in any sort of detail.