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
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
You can access the full course here: Build a Mobile Road Crossing Game Player Setup In this lesson, we’re going to be setting up a Player GameObject*; this is going … Read more
You can access the full course here: Mobile Game Development for Beginners Touch Inputs Create a new C# script called ColorChanger and attach it to the main camera. Open it up … Read more
Levels and level design make up a huge portion of game development – even when it comes to 2D levels. In this tutorial, we’re going to cover Unity’s Tilemap Editor: … Read more
You can access the full course here: Publishing and Optimizing Mobile Games Unity Device Simulator Tutorial In this lesson, we’re going to be looking at the Device Simulator inside of … Read more
While static sprites work fine, animating your 2D characters in a game can create a whole new experience – so knowing how to do so can be a great boost … Read more
If you’re using a bone system with your 2D characters, did you know you can animate right within the Unity Engine? In this tutorial, we’re going to show you how … Read more