Input.GetButtonDown("left ctrl") dont work
So I wrote: if(Input.GetButtonDown("left ctrl")) { Debug.Log("left ctrl down"); } and it says(compiler) that there is an error bc left ctrl dosnt exist.
               Comment
              
 
               
              Answer by Supphakon · Apr 13, 2020 at 01:36 PM
Try to use this code. : Input.GetKeyDown(KeyCode.LeftControl)
Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                