plz help me!
i try UT2004 dodge jump in unity my create a new title game
but
this is that code
float dashspeed = 40.0f;
if(Input.GetKey(KeyCode.LeftShift))
{
transform.translate(0, 0, Dashspeed);
}
yes look like teleport, is not way
well i want Dodge from Unrealtournament 2004
people plz help the code
totally real noob SOS