How to move or copy a Unity project (without breaking it)Feb 03, 2020 | Project Management | 75 CommentsLearn 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)Jan 22, 2020 | Input | 35 CommentsFind 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)Jan 09, 2020 | Visuals | 21 CommentsLearn 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 TipsOct 30, 2019 | Audio | 30 CommentsLearn the right way to optimise audio in your Unity projects with my 10 most useful audio optimisation tips.
How to play audio in Unity (with examples)Sep 17, 2019 | Audio | 52 CommentsLearn 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 make a seamless loop in AudacityJan 31, 2019 | Audio | 31 CommentsLearn how to turn ambient audio files into seamless loops using only Audacity (free). Subscribe for game audio tips, tricks and exclusive assets.
10 Unity Audio Tips (That You Won’t Find in the Tutorials)Dec 20, 2018 | Audio | 43 CommentsMy Ten most useful tips and tricks for working with audio in Unity.
Create a Low-Health Audio Filter in Unity, Using the Audio Mixer & Transition to SnapshotsJun 05, 2018 | Audio | 3 CommentsLearn how to use Audio Mixer effects to create a low-health filter in Unity.