Hey guys. If I want to set up a button to be more than one key, say shift F, would I make that button be shift + f in the input editor? If not please tell me how. Thanks.
if(Input.GetKey("shift") Input.GetKeyDown("f")){}
Hey guys. If I want to set up a button to be more than one key, say shift F, would I make that button be shift + f in the input editor? If not please tell me how. Thanks.
if(Input.GetKey("shift") Input.GetKeyDown("f")){}