Unity

Best IDE for Unity

Best IDE for Unity

Choosing the right IDE for Unity can significantly enhance your programming productivity and game dev workflow. In this post I’ll go over the best options when it comes to IDEs for Unity. IDEs provide an interface for code editing but the best ones have many more features such as testing, debugging, linters, suggestions, and much…

Dynamic Objective System Tutorial for Unity
|

Dynamic Objective System Tutorial for Unity

Learn how to create a dynamic objective system for your game in this Unity Tutorial. An objective system provide players with goals and structure and can be a good way to guide players through your game. In this guide, we’ll look at how to structure and define objectives and create a basic UI system to…

Unity 2023 Black Friday Sale

Unity 2023 Black Friday Sale

As the holiday season approaches, Unity is kicking things into high gear with a Black Friday/Cyber Week sale. Starting TODAY November 15, 2023, at 08:00 PT, over 500 assets on the Unity Asset Store will be 50% off. This sale will last 3 weeks, ending on December 6, 2023, at 7:59:59 PT. But that’s not…

AI-Powered Unity Game Development with GitHub Copilot: Long Term Review
|

AI-Powered Unity Game Development with GitHub Copilot: Long Term Review

As a Unity developer, you know that creating great games and experiences takes a lot of hard work and dedication. But what if there was a way to make the coding process a little bit easier and more efficient? Well, there is and it’s called GitHub Copilot! GitHub Copilot is an AI-powered coding assistant that…

Best Unity Assets: Boost Your Productivity With These Essential Tools
| |

Best Unity Assets: Boost Your Productivity With These Essential Tools

Game development can be tedious and challenging. We spend a lot of time building tools and systems instead of actual gameplay mechanics and content. Fortunately, Unity’s Asset Store has tons of amazing resources that can really streamline your workflow and enhance your project. In this blog post, I’ll share my favorite (and even essential) Unity assets that I include in almost every project. These are the best assets out there that are critical for my productivity or a huge time saver.

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…