unity movement on forward

C#
 transform.position += transform.forward * Time.deltaTime * movementSpeed;
Source

Also in C#: