Unity Learn home
View Tutorial Content

Scripting Player Movement

Tutorial
Beginner
10 Mins
(1025)
Overview
Summary
Unity's Input System Package offers improvements in setting up, configuring, and handling player input in a more efficient way. With the Input System Package installed, you are able to script player movement by easily taking advantage of the specific commands needed to get your input devices working. In order to give the player movement along the ground plane, and to take advantage of physics properties from the player’s Rigidbody component, you will need to write a C# script.
Select your Unity version
Last updated: December 08, 2020
2020.1
2019.4
Language
English
Also included in
Scripting Player Movement