This version of Unity is unsupported.

KeyCode.Space

Description

Space key.

Keyboard code for the Space key, used in Input.GetKeyDown and Input.GetKeyUp. It can also be used as a string for Event.KeyboardEvent by adding .ToString().

Examples for both usage types can be found on the KeyCode page.