The Problem with Unity Unity Technologies is suffering from an incurable illness that it brought upon itself. Let me explain…
Automate the boring partsA practical guide to building your own helpful tools in Unity (Write-up + Slides)
Supporting Undo in Unity Editor scriptsThere’s 2 ways to do this: Via Serialization or via the Undo class. Let’s have a look at both!
NZGDC 2023 TalkI’m giving a talk at NZGDC this year: Automate the boring parts - a practical guide to building your own helpful tools in Unity
Unity’s “New Input System”How to get started with the new Input System in Unity. I read through the docs, built some stuff and condensed it all into this article.
Run your own Unity Package Server (QNAP NAS)How to set up a verdaccio npm package server in Virtualization Station on your QNAP NAS
Run your own Unity Package Server (Google Cloud)A full walkthrough of how to set up your own verdaccio npm package server on a Google Compute Engine instance
Assembly Definitions in UnityHow to create your own assembly definition files so not all of your code has to recompile at every change.