Blog

A collection of all my blog posts (not by any particular category or order). If you’re looking for something specific then check out my posts on Photography, Travel Guides, and Unity Tutorials.

Unit Testing in Unity

Posted on
I consider automated tests to be a cornerstone of building high quality software. Testing should be taken seriously in all aspects of software development and creating games in Unity should be no exception. In this tutorial I’ll focus on the unit testing aspect of test driven development (TDD). I’ve found…
Read More Unit Testing in Unity