character controllers

my first person and 3rd person character controllers stopped reponding. what do i do.

Which controller are you using? If it’s the First Person Controller which comes with Unity, take a look at the scripts assigned to the player: they must be FPSInputController.js and CharacterMotor.js, and both must be checked, or nothing will happen.