Unity Learn home
View Tutorial Content

Add a player character

Tutorial
Beginner
+0 XP
15 Mins
(28)
Overview
Summary
In the previous tutorial, you created the game board for your game; the next piece of functionality to add is a player character that can traverse the board.
By the end of this tutorial, you’ll have done the following:
  • Created a PlayerCharacter GameObject using one of the provided assets.
  • Ensured that the PlayerCharacter GameObject is rendered in the correct level so it is visible on the board.
  • Created a PlayerController script that allows the PlayerCharacter GameObject to be controlled by user inputs.
Select your Unity version
Last updated: October 16, 2024
6
Language
English
Also included in
Add a player character