Extra Speed
I’m going to use the LeftShift key to increase our speed.
On the Player, add Input.GetKeyDown and Input.GetKeyUp to detect when the LeftShift key is pressed or released. I’ll need a couple of new variables so I’ve added _speedHigh and _speedLow:

Next I added my GetKeyDown functions to the update method:
