Character Controller Won't Move

Hey guys, so after saving and exiting Unity last night everything was working fine, I opened it today and when I hit play I can’t even move the controller or look around its like its just frozen in one spot. I’m not getting any error messages either so I have no idea what could be happening here. I was hoping some of you more experienced users might have an idea as to what might be causing this because once again I am clueless. Thanks for any help!

Is anything else in the scene moving to show that Unity is running correctly? Try putting a print or Debug.Log in the character’s Update function to check that it is being called. If it is being called, then an error may have been introduced into the code somehow. In this case, perhaps you could post the character’s control script.