how to move in the same direction you rotation in unity code example
Example: unity movement on forward
transform.position += transform.forward * Time.deltaTime * movementSpeed;
transform.position += transform.forward * Time.deltaTime * movementSpeed;