How to create a Typewriter Text effect in UnityApr 05, 2024 | John French | 5 CommentsLearn how to create a typing text effect using Coroutines in Unity (and what to do if your text needs to be faster than your framerate).
How to make a light flicker in UnityOct 26, 2023 | John French | 4 CommentsLearn how to create a flashing light, a flickering bulb and a soft dancing flame light effect in Unity, in my beginner’s guide.
How to make an explosion in UnityMay 11, 2023 | John French | 4 CommentsLearn how to use explosions to move objects in Unity, using 2D and 3D physics, in my beginner’s guide.
How to add a background image in UnityApr 05, 2023 | John French | 2 CommentsLearn how to add your own background image in Unity and how to make infinitely scrolling parallax backgrounds, in my beginner’s guide.
Billboards in Unity (and how to make your own)Nov 30, 2022 | John French | 4 CommentsLearn how to use Billboard sprites in Unity. Using scripts, shaders & built-in tools to display 2D images in a 3D world.
How to use Sorting Layers in UnityDec 02, 2021 | John French | 4 CommentsLearn how to sort 2D & 3D objects in Unity, using Sorting Layers, Sorting Groups and camera rendering tricks.
How to change a Sprite from a script in Unity (with examples)Jan 09, 2020 | John French | 21 CommentsLearn the different methods for changing a Sprite at runtime in Unity. Including loading from Sprite Sheets or by filename in code.