Unity C# Character Control - Basic Player Movements
Methods for using transform.Translate for 2D and Using CharacterControl.Move for 2.5D 3D Environments
For 2D or 3D movement the below code examples to the player object through keyboard inputs. Learn how to use Unity’s API functions of transform.Translate and CharacterController to move your player. Using C# scripting to control your games character through coding behaviours can create unique movements with your game character.
- Read more about Unity C# Character Control - Basic Player Movements
- Log in or register to post comments