Answers for "how to check if key is held down unity"

C#
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 "how to check if key is held down unity"

C# Answers by Framework

Browse Popular Code Answers by Language