Learn how to use the mouse position with other objects in Unity in 2D. Including how to rotate and move objects to follow the mouse on screen.
How to jump in Unity (with or without physics)
Learn how to jump in Unity, how to control jump height, plus how to jump without using physics, in my in-depth beginner’s guide.
How to quit the game in Unity
Learn how to quit the game in Unity, how to exit Play Mode from a script and how to run code when the game closes, in my in-depth guide.
How to keep score in Unity (with loading and saving)
Learn how to create an animated score counter, how to sort a high score leaderboard & save player scores to a file in Unity.
How to zoom a camera in Unity (3 methods with examples)
Master the 3 methods of zooming a camera in and out in Unity, including 2D & 3D cameras, in my in-depth beginner’s guide.
How to Rotate in Unity (complete beginner’s guide)
Master the basics of rotation in Unity in my in-depth beginner’s guide.
Raycasts in Unity, made easy
Learn how to use Raycasts in Unity, the right way, using layers, triggers and multiple objects, in this complete, step by step guide.
Input in Unity made easy (complete guide to the new system)
In this complete quick-start guide, you’ll learn everything you need to know to get started with Unity’s new Input System, step by step.
How to get a variable from another script in Unity (the right way)
In this beginners guide, you’ll learn the right way to access other scripts & manage global variables, without making a mess of your project.
How to load a scene in Unity
Learn how to load levels, build progress bars and pass data between Scenes in my in-depth beginner’s guide to loading Scenes in Unity.