The Beginner’s Guide to Unity Certification
How does a Unity game developer prove their skills? Whether you’re just starting out or have been making games for a long time, this is a difficult question. However, it’s … Read more
Learn Unity 2D! Explore creating 2D games with Unity by working with various game genres, 2D lighting, 2D animation, and more via free Unity 2D tutorials.
How does a Unity game developer prove their skills? Whether you’re just starting out or have been making games for a long time, this is a difficult question. However, it’s … Read more
One of the biggest reasons that people get into coding is to learn how to make their own games. However, every gaming genre has its own quirks and requirements to … Read more
Who’s not familiar with classic puzzle games like Tetris, Breakout, Snake, Minesweeper, Sudoku, or even recent ones such as Candy Crush and Baba Is You? Now imagine you coding your … Read more
Nowadays there’s a huge variety of racing games out there, dating back to the first Mario Kart and coming all the way to the modern ones we have today, such … Read more
Sandbox games are a hugely popular gaming genre, giving players the freedom to explore and interact with a game world without being restricted by objectives or strict progression limits. Popularized … Read more
Out of the many different genres and subgenres within the world of videogames, platformers are perhaps the best known and most iconic. Made popular by classics like the Super Mario … Read more
Roguelikes are not only a popular genre of videogames, but theyāre one of the most interesting as well. Focusing more on replayability and randomized worlds rather than tightly-structured level design, … Read more
Lighting is an often overlooked aspect of a game’s look. Whether a sunny day, quiet night, or dark dungeon, lighting plays a big role in aesthetics. It determines not only … Read more
Coding from scratch is hard, and frankly, just not for everyone. However, this should not stop you from making the games of your dreams! This is where we come to … Read more
So you want to get started making programs with C Sharp! How do you do that? C Sharp (or C#) is a fantastic language that has robust desktop applications for … Read more
Do you want to build websites, mobile apps, or make awesome games with Unity? Then C# is the programming language for you! The popular, powerful, and versatile Unity Game Engine … Read more
If you’re an aspiring game developer, picking the right game engine to use for your game projects can be a bit tough. After all, what game engine you pick will … Read more
In this tutorial, we are going to build an RPG game using Unity. Our game will have three scenes: a title scene, a town scene, that represent the game world, … Read more
In this tutorial, we are going to build a simple demo to learn how to use Unity multiplayer features. Our game will have a single scene where we will implement … Read more
When learning game development, people often wonder about what theĀ best game engine is – in fact, we’ve done a whole entire article on the matter. In terms of versatility, power, … Read more
The mobile gaming industry is the largest video game industry – with over 2 billion active players worldwide. It is also the most diverse player base with people of all … Read more
While hand-crafted 2D maps for games are amazing, they can take a lot of time to make. Plus, once your game is published, the only way to add more maps … Read more
Since the release of Unity 2017.1 in the summer of 2017, Unity Technologies has made making 2D games incredibly easy and fast. In this tutorial, we will create a fully-featured … Read more