unity if keyho hold code example
Example 1: how to see if they are aholding down a key unity
input.GetKey("Key")
Example 2: 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*/
input.GetKey("Key")
/*the other guys is right it is just*/
input.GetKey("Key") /*eg - Keycode.W/A/S/D*/