Is visual scripting in Unity worth it? And which tool is best for a beginner? Find out in my getting-started guide.
How to use Player Prefs in Unity
Learn how to save options settings, player progress and basic data to disk using Player Prefs in Unity.
How to move objects in Unity (3 methods with examples)
Learn the different ways to move objects in Unity, including Transform Translate, Move Towards, Lerp and Physics, in my beginners guide.
How to Snap objects in-game in Unity
Learn how to snap objects in-game in Unity, using a custom grid, snap points or by snapping objects together by their edges.
How to use Late Update in Unity (and why it’s so useful)
Learn how to use Late Update in Unity, what it’s for, how it works and what could happen if you don’t use it, in my in-depth beginner guide.
How to use random values in Unity (with examples)
Learn how to randomise numbers, colours, Vector 3 positions and more, in my in-depth guide to random in Unity.
How to move an object with the mouse in Unity (2D)
Learn how to click, drag and drop objects with the mouse in Unity (with or without physics) in my in-depth beginner’s guide.
How to make an object follow the mouse in Unity (in 2D)
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.