PlayMaker Help & Tips > iOS Help

Slide Show Swipe Gesture Event Skips a Slide

(1/1)

SanosVerd:
Hi to all. I am working on Slide Show function (where you move slides - but not camera by using Swipe Gesture Event and Animator Play) So I have bunch of slides attached to Game object "Whole" in X direction away from the screen, I have created buttons and animation for each slide and that runs like a dream but since it is going to be released on Mobile Devices, I really want to add same functionality as the buttons but with swiping. So user would have both options. Anyway I created empty game object on Slide 1 Then added fsm to swipe left and that runs like a dream, Then I did the same to slide 2 I added Game object and FSM to swipe right to go back to slide 1 (it work) and then to swipe left to go to slide 3 and that is where I get in trouble. When testing on mobile (Iphone 6) After adding that Slide2 to Swipe Right, Swipe Gesture Event, When starting from Slide 1, it Skips slide 2 and go straight to slide 3. There for it using Animation where it goes from Slide2 to Slide3 or even both animations at the same time. Can't figure way around it... I attached couple of images to get you closer to understand.

Greg

jeanfabre:
Hi,

 so I looked at your project, and the problem is that you need to have one manager to handle the swipe gesture, and not each slide to listen to the gesture as they will then conflict.

 apart from that, I also wanted to mention that there is a very powerful and well written paging system ready to use:

https://github.com/kiepng/Unity-PagingView

Bye,

 Jean

Navigation

[0] Message Index

Go to full version