Can't move in Run version C#

My character (FPS) can’t move when i play it in the build/run version with my C# code, but all work in Unity3D… With the Js Code, all are good, i need my project in C# :s

Thanks all !

Sorry for my bad english!

If some of your code is JS and some of your code is C# and they somehow talk to eachother you could run into issues. Try to make sure that either all your code is in one language or the other, if this is not possible then put can scripts that are used by other scripts/code into the Standard Assets pack as it fixes issues with the order to compiling scripts.