I am developing a game where I want to fire a bullet when I touch the screen of a tablet device. I am testing Input.touchCount but many bullets are fired in a single touch. Also, if I keep touching the screen for a while, the effect is the same. How can I produce the effect of firing a bullet with a single touch and, also, how can I avoid continuous touch?
Regards,
Jorge Maldonado