persatuan mengetahui kapan 0 input ditekan

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