- Home /
How to change ThirdPersonController controls?
Hey there, I was wondering how to change the controls that are activated in the ThirdPersonController script that Unity3D provided. Instead of using the arrow keys and WASD, I was wondering if it was at all possible to change them to just WASD. Thanks for your help!
Answer by Ingen · Jul 15, 2012 at 02:36 PM
Yes, go to the Edit->Project Settings->Input menu, then in inspector made your change
http://docs.unity3d.com/Documentation/Manual/Input.html
maybe take a look at
http://docs.unity3d.com/Documentation/ScriptReference/KeyCode.html
I followed the steps that you said, but i cant do that for the Y Axis?
Your answer

Follow this Question
Related Questions
ThirdPersonCharacter Prefab not moving 0 Answers
GUIKit Retina Display issue 0 Answers
How to get a rigidbody to move left and right? 1 Answer
Character Controls like the game "Fable" 1 Answer
Input Script And Mecanim 0 Answers