// Replace the 1 with your number if (Input.GetKeyDown(KeyCode.Alpha1)) { //Code here }
if (Input.anyKey) { // Code here }