Moving the Player
Tutorial
·
Beginner
·
+10XP
·
30 mins
·
(5573)
Unity Technologies

1. Overview
2. Add a Rigidbody to the Player
3. Add a Player Input component
4. Create a new script
5. Write the OnMove function declaration
6. Apply input data to the Player
7. Apply force to the Player
8. Fix the Player movement speed
Optional Step