input.getKey (keycode.enter)

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