Respond To Player Input
Problem solving discussion using Unity docs.
Use Input.GetKeyDown() to recognise when a key is pressed.
Use the KeyCode keyword to determine which key is pressed.
Discuss white space, code blocks and bracketing.
Introduce commenting.
Unity documents - Input
Unity documents - KeyCode.DownArrow