Hi everyone,
I just tried to create a scrolling menu, but it doesn’t work. I followed the video tutorial and created a Canvas → ScrollRect → Image structure, linking the Content to the Image. Then I hit play and nothing works. I can’t drag the image, which of course is way bigger than the ScrollRect, around. That made me wonder. Then I created a new project and only imported a sample from here: http://www.thegamecontriver.com/2014/09/create-level-select-scroll-menu-unity-46.html
Same result, nothing works…
There’s not much I can do wrong here. I’m using Unity 5.2 and haven’t used ScrollRects before. What could possibly be the problem?
Also, when I implement IDragHandler and add the script to a UI Image the method OnDrag() never gets called.
Thanks