unity detect number key

Code Example - unity detect number key

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