C#

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…

Google Play Services Tutorial For Unity
| |

Google Play Services Tutorial For Unity

Recently I have been putting the finishing touches on my next game and naturally that includes implementing Google Play Services into the app. Achievements, leaderboards, and other stats are a great way to keep your players engaged in the game and to keep things interesting. Luckily the process is pretty simple and straightforward with Unity,…