Create a 3D Character - Third Person Controller
The character controller is the object which is controlled by the player, for example, a basketball player, etc. In general, there are two common types to the character controller, that are first person controller and third person controller.
Prepare a 3D character resource
Create a new unity project, named
ThirdPersonController.[Optional] Add a
Unity.gitignorefile.[Optional] Add a
README.mdfile.[Optional] Create a
gitrepository.
Add external resources into the project.
- jiankaiwang/UnityThirdPersonTutorial or jm991/UnityThirdPersonTutorial : Copy
Assetsfolder to the new one.
- jiankaiwang/UnityThirdPersonTutorial or jm991/UnityThirdPersonTutorial : Copy