Third Person Controller - Can't Move?

Hi! I’m trying to set up the third person controller with a few custom models, and I can’t seem to move at all. I can rotate and that’s pretty much it.

I removed all of the Animator components from the third person controller and scripts because they were set up for the default models. This shouldn’t be affecting the movement though.

Here’s how things are set up:

Also, I’m not getting any errors in the console when running the game.

Edit: another glitch I’m getting is when I press ‘S’ to go backwards (even though it won’t move) the camera just rotates to face ‘0’ then shakes profusely. This is another glitch I’m getting, but I’d prefer to get the forward movement fixed first.

Re:Edit: the issue with the camera shaking when trying to go backwards is because there’s something going wrong with the camera portion of the thirdpersoncontroller that’s causing it to not properly rotate when the player changes direction. I’ll figure that one out later.

I found it was the easiest to use the first person camera and just move it back a certain distance that you would like.

Doodayer can you please post that script for me please i really need it for my game

i had the same problem, it is because i was using my own camera and did not have the “MainCamera” tag set on it.

If you are using the Character Controller, I’d recommend watching this video and the ones following it based on character movement: Controlling a Character using the Character Controller (Unity Tutorial) - YouTube Do you want to jump or not? I have the scripts from the videos, but it is coded a little differently depending on if you want the character to jump.