For some reason my GameObject keeps getting knocked to the right instead of to the front and thats why I wanted to know if I could add force to the left? I am using this line:
Hit.rigidbody.AddForceAtPosition(transform.forward * Force , Hit.point);
↧