- Home /
How to move object base on where it is facing?
I am using rigidBody.AddForce(transform.up * 870); to make my capsule object moves forward. my camera is in top view. So what i want is whenever my Capsule faces to its left, it will move to the left. Thank you so much for any inputs.
Comment