Use Touchpad to jump

Hi guys I made like a kind of 3d platform game in which you should only jump and collect coins and I would like to know how I can let my character jump if I push on the left touchpad for example, someone knows how to let my character jump when i push on the touchpad?

I’m assuming you’re talking about the iPhone? As long as you have your jumping logic already scripted you just need to take a look at the input for the iPhone. Take a look at the second example on the document page I’m listing. Instead of instantiating a projectile like in the example… you implement your jump code.

http://unity3d.com/support/documentation/ScriptReference/Input.GetTouch.html