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

Materials
- Add_a_Rigidbody_to_the_Player-Transcript.txt
- Install_the_Input_System_package-Transcript.txt
- Add_a_Player_Input_component-Transcript.txt
- Create_a_new_script-Transcript.txt
- Write_the_OnMove_function_Declaration-Transcript.txt
- Add_input_data_to_the_Player-Transcript.txt
- Apply_force_to_the_Player-Transcript.txt
- Fix_the_Player_movement_speed-Transcript.txt
1. Overview
2. Add a Rigidbody to the Player
3. Install the Input System package
4. Add a Player Input component
5. Create a new script
6. Write the OnMove function declaration
7. Apply input data to the Player
8. Apply force to the Player
9. Fix the Player movement speed
Optional Step