Learn the right way to use Start & Awake in Unity to avoid errors and make initialising scripts easier in this mini guide.
How to make a countdown timer in Unity (in minutes + seconds)
In this step by step guide you’ll learn the easy method for making a countdown timer in Unity that looks and works as you expect it to.
The right way to pause a game in Unity
Learn the right way to pause a game in Unity. Including how to animate menus, move objects or run coroutines while the game is paused.
How to move or copy a Unity project (without breaking it)
Learn the right way to safely move or copy a Unity Project in my simple step-by-step guide.
How to convert the mouse position to world space in Unity (2D + 3D)
Find the best method for converting the mouse’s position on the screen to a real position in the world in my comprehensive guide.
How to change a Sprite from a script in Unity (with examples)
Learn the different methods for changing a Sprite at runtime in Unity. Including loading from Sprite Sheets or by filename in code.
10 Unity Audio Optimisation Tips
Learn the right way to optimise audio in your Unity projects with my 10 most useful audio optimisation tips.
Using Unity assets in Unreal and other game engines
Are you allowed to use Unity Assets in Unreal? For most assets, yes, you can. Here’s how to do it.
How to play audio in Unity (with examples)
Learn the basic methods for playing audio from scripting in Unity, with helpful examples that you can copy and paste in to your own project.
How to fade audio in Unity: I tested every method, this one’s the best
Fading audio in Unity often seems to get over complicated, so I tested all of the methods to work out which one was the best. Here’s what I found out.