Hi!
i am building a GUI System with a list of elements. To scroll this list i need a scrollbar.
Therefore i have a got a ScrollRect. The elements are being placed at runtime inside of an RectTransform, which is a child of the ScrollRect Element. When I create a scrollbar and assign it to the ScrollRect Element, it does not work at all. the scrollbar has always the size of 1…
i can scroll with the mouse wheel, but not with the scrollbar.
In all Videos and Tutorials on the web it works from scratch by assigning the scrollbar to the scrollrect. What am I doing wron here?
thanks for the help!
Is your scrollrect setup for a vetical scroll? if so, the scrollbar should also have his direction from bottom to top. You could provide screenshot of your components values, it is quite hard to guess what could be wrong...
– CarousalHi! here are some screenshots of my setup. the size of the scrollbar is always set to 1.[52696-scrollbar.png|52696]
– Bandoline