So if I do this:
if(Input.GetButton("Kick1")) {rigidbody.velocity = Vector3.down * kickForce;}
When I press the key, no matter what is the rotation, the cube goes down, but I want it to go to where his bottom is facing…
Anyone knows how its done?