Hey, I need help on how to apply force to a rigidbody object in a certain direction. How do you do that? Any help would be great, even a alternative way to do the same thing.
AddForce uses world Vector. AddRelativeForce adds relative force vector local to the rigidbody axis.
Thank you!