Tutorial

Unit Testing in Unity
| |

Unit Testing in Unity

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 that Unity resources and tutorials…

Tips That Every Indie Game Dev Should Follow
| |

Tips That Every Indie Game Dev Should Follow

Game Development doesn’t come easy. It’s even more daunting for the indie developer. Whether you’re just starting out or you have a few titles under your belt, here are some tips that every indie game developer should follow. Some of these are more technical, while others may be more of mindset, organizational tip, or a…