Writing

Notes on game development, software architecture, rendering, and production workflows.

Bootstrapping in Unity

A technical guide to deterministic Unity startup using a bootstrap scene, a bootstrapper, and installer assets.

Event Bus in Unity

A technical guide to using a static event bus for decoupled communication between Unity systems.

Persistent Singletons in Unity

Persistent MonoBehaviour singletons for Unity services that survive scene transitions.