Hello,
I’m creating a level scene which allows the player to pick which level they want to play. The scene is made up of a canvas and 2 panels. Each panel has a grid and each grid has 25 buttons it in.
The first panel is fully visible and the 2nd panel is off the screen to the right.
What I want to do is allow the player to swipe from one panel to another.
I created a script and added it to the panel. The first thing I noticed is that the buttons are getting their click event fired if I initiate the swipe from a button and the script on the panel never seems to get called.
Are there any examples of doing something like this? Any suggestions on a better way?
Thanks