Blog

All Posts

Red Oak Tabletop

In this post I share how I built a 27″ x 84″ (7ft) tabletop using Red Oak for a friend of mine. Background During the pandemic…

Time.deltaTime

Time.deltaTime Unity 3D Essentials In any 3D game you’re likely to encounter a situation where you want to do a time-based feature. For example…

Unity Collisions

layout: single title: Collisions in Unity subtitle: Rigidbodies and Colliders date: 2021-10-03 21:03 classes: wide tags: Unity The aim of this post is…

Homelab v3

Background As a kid, I’ve always loved the idea of having a “server” at home – even if I couldn’t justify the…

Perforce-the-Powerful

layout: single title: Perforce the Powerful subtitle: Centralized Version Control date: 2021-03-28 22:36 background:…

Two Ways To Host Unity WebGL Locally

Introduction Working with WebGL can be tricky and a simple thing that’s overlooked is hosting a WebGL app locally for debugging. I’ll…