- What File Formats Does Unity Support
Developing any game in Unity requires a lot of different file types and formats. Often, it can confusing to determine what the best format for […]
- How to Give a Safe VR Demo
Have you’ve been asked to present a VR Demo? There might a couple of things to consider before strapping a Headset onto a random stranger. […]
- Can a Software Engineer Become a Game Developer?
Being a Software Engineer in today’s world is a safe career path. There is a huge market out there and it is relatively easy to […]
- Linear Interpolation – Useful Math for Game Developers
In this installment of our Useful Math for Game Developers Series, we will cover the world of Linear Interpolation. It is an incredibly useful mathematical […]
- Useful Math for Game Developers
Let’s face it, most people are a bit scared of math. Next to that, math can be seen as something quite intimidating for new Game […]
- How to Design Games Using a Feature Matrix
Designing a game is a difficult, long and costly process as there are an awful lot of things to consider. This is especially true when […]
- Singleton Pattern Examples in Unity
Learning about software patterns can be confusing for beginners. You might understand the pattern but you’re not sure what to use it for. In this […]
- Factory Pattern Examples in Unity
Learning about software patterns can be confusing for beginners. You might understand the pattern but you’re not sure what to use it for. In this […]
- How To Make a Clickable Text in Unity
Is your clickable text in Unity not working or are you learning how to make one? In this article, we will show you how to […]
- How To Improve Code In Unity
If you are serious about game development, you should seriously consider improving your programming skills. Yet, what does it mean to improve or write better […]
- How To Improve Code in Unity Using Mediators
As your project develops, most likely your number of classes will grow as well. In order to keep our code flexible, we can use a […]
- How To Improve Code in Unity Using Abstraction
Abstraction is one of the most important things to master in programming. In this article, we will explain what it is and how we can […]