hey guys you remember flappy bird where the game starts when we only press the screen ,i want the to achieve the same thing.i have my menu when i press play i want the bird to be in the same position until i press a specific button ,so how can i achieve this ,can someone tell me the right tutorial or tell me the basic concept for this thank you,
1 Answer
1You can set the “Gravity Scale” to 0 in the inspector, and change it manually when you detect input for the first time. (Don’t forget to change it back to 0 between plays.)