Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity new input system get button down

Update () {
    if (Input.GetButtonDown("xxx")) { 
        .....
    }
}
 
PREVIOUS NEXT
Tagged: #unity #input #system #button
ADD COMMENT
Topic
Name
1+4 =