Xerios / ScreenManager

Flexible way to manage screens with transitions for Unity
MIT License
563 stars 69 forks source link

swipe between the screens? #15

Closed ivanking87 closed 5 years ago

ivanking87 commented 5 years ago

Can you please tell me how can I make a swipe between the screens?

Xerios commented 5 years ago

Swipe features are content specific thus not included in this library. You'll have to add that feature separately to your screen.

One of the many ways to do it is add a MonoBehaviour to your screen that manages touch swipes. Another way is to have a separate canvas with swipe features, then activate it when you're on a certain screen.