Jedność wiedząc, kiedy naciskane jest wejście 0

if(!Input.anyKey)
{
 Debug.Log("No input is pressed");
}
Tartaud