- Home /
Android: Get Direction from touch
Hi,
I am trying to make a game like "PaperToss".
For the moment i can launch a ball in a trash, but only if i touch it.
 public int angle = 50;
 public int speed = 100;
 public int dir = 0;
 
 ball.rigidoby.AddRelativeForce(new Vector3(dir, angle, speed));
But i want to get the direction from the user fingers.
Somebody can help me on how to do that ?
Thanks.
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Touch Not Working 0 Answers
help with touch button (android) 1 Answer
Make an object move in the direction of touch 0 Answers
A node in a childnode? 1 Answer
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                