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)
SwipeControl, OrientationControl, GUIKit001, etc.A complete ready-to-use game interface for Unity 3. And other assets…
AnimationLayersProvides an easy way to blend multiple animations with controls for adjusting speed and weight of each animation
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.
WorkTime (WIP) ⏱️Run timed focus sessions in a Unity EditorWindow. Just download the unitypackage, stick it into any project and open the Tools/WorkTime window.
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.