Hi everyone, i’m trying to make a draggable snapping scrolling list with 5 panels (Each one with the size of the screen, it would be a level selection screen where you can drag it, and go to world 1, 2, 3, and so on)
I’m using this script for the Screen Snaping in the Horizontal Scroll Bar
For this script to work, i have to add an event trigger for ondrag, and pointerUp.
Till that, everything works amazing.
My problem comes when i add Buttons to my screen, if i Drag from a button, the snapping never works, its like for start clicking on the button, the event trigger on my scroll cointainer is never called.
i have uploaded a package with a simple scene with the menu if that helps ![]()
Any hints on this would be really apreciated
Thanks in advance!
1909149–123162–snapping.unitypackage (20.3 KB)