Moving the Player - Unity Learn
In the second Roll-a-ball tutorial, you’ll: Add a Rigidbody to the Player sphere, so you can use the Unity physics engine Write your own PlayerController script in C#, to make the sphere respond to player input Test your script and fix errors