Answers for "unity check if number is pressed"

C#
1

unity detect number key

// Replace the 1 with your number
if (Input.GetKeyDown(KeyCode.Alpha1)) {
  //Code here
}
Posted by: Guest on June-10-2020

Code answers related to "unity check if number is pressed"

C# Answers by Framework

Browse Popular Code Answers by Language