Hello Guest

Author Topic: Can not click on Button  (Read 4141 times)

oleksii

  • Newbie
  • *
  • Posts: 1
    • View Profile
Can not click on Button
« on: April 12, 2018, 07:55:38 pm »
Hi,
I use Scroll component, and have next hierarchy:

ScrollableArea
-Content
--Item1
--item2

I use boxCollider on ScrollableArea for move scroll used mouse...
My items have next hierarchy:

item (with only "ItemScript")
-standard with UI Item (use like button)

-expanded
--button1
--button2

On all buttons "child on another UIItem" is ON, but they still not works...
I try add UIItem for my item component but it not help...