Answers for "unity check for holding down key"

C#
4

how to see if they are aholding down a key unity

input.GetKey("Key")
Posted by: Guest on March-09-2020
1

how to check if key is held in unity

/*the other guys is right it is just*/
input.GetKey("Key") /*eg - Keycode.W/A/S/D*/
Posted by: Guest on October-20-2020

Code answers related to "unity check for holding down key"

C# Answers by Framework

Browse Popular Code Answers by Language