Question by
molegato · Aug 24, 2015 at 07:47 PM ·
inputstringkeydowninputstring
Input.inputString and Input.GetKeyDown do nothing
What the title says, neither Input.inputString nor Input.GetKeyDown("a") are working at all for me. Input.GetKey("a") works correctly. I'm not doing anything weird, just a Debug.Log() inside an Update.
Does this happen to anyone else? Is it a bug?
Comment
really sounds strange... I'd go for the keycode.A version of Input.Get$$anonymous$$ey(Down), I don't have another idea. strange enough that one is working while the other is not. you should probably show your code anyway :)