Answers for "hwo to get keypressed in unity"

C#
0

onkeypressed unity

public void Update()
 {
      if (Input.GetKeyUp(KeyCode.X))
     {
        //do stuff
     }
 }
Posted by: Guest on February-04-2021

Code answers related to "hwo to get keypressed in unity"

C# Answers by Framework

Browse Popular Code Answers by Language