Unity Strafing Script

I am looking for a script that will allow the character to run and jump, but not rotate. Instead I want the character to be able to move across the screen while still facing forward. Can anyone help please?

Use the example script from CharacterController.Move: it moves left/right/front/back and jumps, but do not rotate. NOTE: This script is intended to be used with a CharacterController, obviously.