- Home /
Character Controller Help.
Hey, I am struggling to make a Character Controller that will allow the player to move in all directions (3rd person) while the camera just stays facing the player and doesn't rotate with it. For example you could rotate to face the camera and run towards it. You can still rotate the camera with the mouse, but the camera doesn't rotate on its own. I can't find any help for exactly what I am looking for, any help would be appreciated.
Answer by Inkinsarto · Sep 27, 2013 at 06:04 PM
Have you tried any camera scripts that come with unity?
It's not the camera I am after it is the Character Controller for the player, I have tried the ThirdPersonController script but when you press the down arrow the player rotates and that's not what I want. I want the player to walk towards the camera if you press w or the down arrow. Think of a LEGO Game, basicaly the exact same Character Controller as that.