- Home /
No keyboard input in play mode
I am having the exact same problem as the thread here -
http://answers.unity3d.com/answers/656400/view.html
...with the exact same tutorial.
(I thought I should start a new thread, since that one was marked as answered.)
All my property boxes, input manager etc. look exactly the same as the screenshots posted except my IsKinetic box is unchecked. Also my constraints are all unchecked.
The link isn't broken.
Title of thread: $$anonymous$$eyboard input not working even with basic keys by: DoctorCruz Posted: Feb 14 @ 10:40pm
Weird, I can't click that link, but if I search, I find the question here:
http://answers.unity3d.com/questions/639827/keyboard-input-not-working-even-with-basic-keys.html
It's the same thread anyway. As far as I can see, the answers given don't solve my problem. I can post my own screenshots if necessary.
Did you read all the comments on the answers? (just trying to establish everything you've tried)
Answer by prattfall · Mar 05, 2014 at 09:34 PM
I found the problem. (Sorry.) For any other dumb schmuck like me, I just had fixedupdate() in the script when it should have been FixedUpdate().
(In fact one of the answers did sort of refer to that. (Sorry again!))
Your answer
