Question by 
               Surface_ketch · Apr 04, 2016 at 06:42 PM · 
                jumpphysics2daddforce  
              
 
              addforce the force keeps on adding.
Hi there. I want to do, so that the character can jump many times in the air. First jump - normal, next jumps adding force more and more. How fix it?
 GetComponent<RigidBody2D>().AddForce(new Vector2(0, speed), ForceMode2D.Impulse)
 
              
               Comment
              
 
               
              I make a video about this https://www.youtube.com/watch?v=tEOZrHTpjTk Subscribe pls :)
Your answer
 
             Follow this Question
Related Questions
RigidBody2D AddForce Not Adding Acceleration 0 Answers
rigidBody.addforce doens't work like i want it to 1 Answer
Input.GetButtonDown("Jump") doesn't work 0 Answers
2D Knockback problem 2 Answers