My Learning
Pathways
Browse
TOPICS
Editor Essentials
Scripting
Graphics & Visual Effects
2D
Mobile & Touch
XR
Physics
User Interface
For Educators
AI & Navigation
More
Pathway
Mission
Course
Project
Tutorial
Guided learning experiences
Gain the Unity skills you need to advance your goals and bring your vision to life.
Learn more about Pathways
5730
Unity Essentials
Pathway
Foundational
+600 XP
2 Weeks
Designed for anyone new to Unity, this guided learning journey is your first step toward gaining the background, context, and skills you need to confidently create in the Unity Editor and bring your vision to life. Experience hands-on learning as you discover what’s possible with Unity and unlock free assets to support you in creating your best projects. Completing this Pathway will equip you with the foundation you need to further your learning and specialize in your area of interest.
5157
Junior Programmer
Pathway
Foundational
+3000 XP
12 Weeks
Welcome to Junior Programmer! Designed for anyone interested in learning to code or obtaining an entry-level Unity role, this pathway assumes a basic knowledge of Unity and has no math prerequisites. Junior Programmer prepares you to get Unity Certified so that you can demonstrate your job-readiness to employers.
884
Creative Core
Pathway
Beginner
+3000 XP
10 Weeks
Creative Core is your next step towards becoming a Unity creator. This free learning path will teach you all the core elements you need to bring your imagination to life with Unity. Once you’ve completed Unity Essentials as an introduction to the fundamentals of Unity Editor, take this pathway to learn VFX, Lighting, Animation, Audio, UI and other creative skills, no programming required.
Live
For Educators
TOPICS
Browse All Topics
ALL
TUTORIALS
PROJECTS
COURSES
MISSIONS
PATHWAYS
See all 0 Results
FAQ
Create a Unity ID
Sign in
View Tutorial Content
Moving the Player
Tutorial
Beginner
+10 XP
30 Mins
90
(12811)
Unity Technologies
Overview
Live
Groups
Summary
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
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
Select your Unity version
Last updated: December 15, 2021
2020.2
2020.2
2020.1
2019.4
2019.3
Language
English
Also included in
Project
Roll-a-Ball
Track your progress and get personalized recommendations.
Sign in with your Unity ID
Sign in with your Unity ID
Moving the Player