How To Easily Make A Character Controller In Unity

Опубликовано: 24 Май 2026
на канале: Tvtig
2,256
59

#unity3d

Unity Character Controller Tutorial:

In this video we will be looking at how to make a character controller in Unity. I have decided to use the built-in character for this project as I plan on doing some work on parkour style movement which will include somewhat physics defying movement, and from what I understand from the documentation and other reading, this is much easier to achieve with Unities built-in character controller.

The character controller created in this project is from a third person perspective, however, the same concepts can be applied to a first-person character controller.

We also cover how to go about creating an animator controller, assigning animations to it, and setting up a state machine to manage which animations play at any given point in time.

We create an input manager script to help keep track of and manage any user input - this input manager works for keyboards and gamepads. We also create a script for character control which has all of the juicy information required to control the character.

Git repo: https://github.com/Tvtig/Stickalungu