input.getKey (KeyCode.enter)
if(Input.GetKeyDown (KeyCode.Return))
{
Debug.Log("Enter");
}
Sore Starling
if(Input.GetKeyDown (KeyCode.Return))
{
Debug.Log("Enter");
}