Клавиатура нажимается в Unity

if (Input.GetKeyDown("space"))
{
	print("space key was pressed");
}
Pleasant Pygmy