- Home /
Player Jump on Mobile phone?
Hey, I'm trying to make my player jump using Android Device, I have the player able to jump using windows, however I want the player to jump while using a Android Device. How would I be-able to do this?
Here are some potentially useful links to check out: http://answers.unity3d.com/questions/120963/android-touch-input.html http://unity3d.com/support/documentation/$$anonymous$$anual/Input.html#AndroidInput
Create a button in your game and add a touch input so that your players executes the jump action when the button is tapped.
Also if you want to get your hands slightly more dirty you can create a function that will make your player jump when you swipe upward on the screen...but that's another story :D
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Tilt control for jump 0 Answers
Performance cost in code 0 Answers
Unexpected symbol 'public'. (97,22) How to fix that? 0 Answers
Mobile Ads Frameworks that support unity 0 Answers