Alright, so when I move my first person controller onto the scene view, I can't move it whatsoever. I have tried to edit the script the best I can (which isn't much) and I have tried making a new scene and everything! I have no idea what else to do and of course I need him to play my game so..
If you just dragged the prefab out, make sure you don't have another camera in your scene or you might just be looking through that, while the fps controller works perfectly. Also, you should use the standard input settings since it makes use of the inputs "Mouse X", "Mouse Y", "Horizontal", "Vertical" and "Jump". If you have removed/renamed these, you won't get input to the controller. Either change the scripts yourself or restore those inputs.
If you just added some component to an object, make sure you have all the required components.
- Character Controller
- Mouse Look
- Character Motor
- FPDInput Controller
make sure your not stuck in the middle of your ground plane. keep your character controller above the ground fully. if they are stuck in the ground, even a LITTLE bit...it will cause you to fall through the floor infinitely.
hope this helps,
shawn