I just have a quick question that I can't find the answer to. What is the difference between saying Input.GetKeyDown("q") and Input.GetKeyDown(KeyCode.Q)?
Thanks :)
I just have a quick question that I can't find the answer to. What is the difference between saying Input.GetKeyDown("q") and Input.GetKeyDown(KeyCode.Q)?
Thanks :)
I believe that "Q" is a shortcut for KeyCode.Q. No functional difference.
q and Q is diference symbols in programming!