Switching windows per swiping left/right on Android device
Hey guys!
Im trying to create a small... lets call it "text based" (really simple) game in Unity for Android. Now I got my main screen with a few values (health points, hunger). The question is, how should I make new windows, for example for character skills or a building menu. I was thinking about creating a new scene, but im not sure how to take all the data with in the new scene. I started thinking about the mobile-typical swipe to the left/right side to change the screen, so that the main screen moves to the side and the next screen slides in. But how do I do that? :D
Ty for every idea/comment!
Comment