Closed ivanking87 closed 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.
Can you please tell me how can I make a swipe between the screens?