How to Make a Mobile Game In Unity
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
Learn Unity! Explore how to make games with Unity, code specific game mechanics, work in different genres, and more via free Unity tutorials.
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
Did you know that Unity is capable of pulling data from the web? In this tutorial, we’re going to be building an app in Unity that will connect to an … Read more
Do your players long for the exhilarating sensation of controlling a whole city? From popular games like Sim City to lesser-known indie games like Banished, city-building games are an immensely popular sub-genre … Read more
You can access the full course here: Create Your First 3D Game in Unity Camera Follow Script The simplest way to make a camera follow an object is to set … 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
Have you ever wondered how open worlds in video games work performance-wise? In this tutorial series, we’re going to explore just how video games deal with huge worlds and make … Read more
You can access the full course here: Intro to Game Development with Unity Unity Materials What is a Material? Materials define how an object looks. Is it metal, plastic, wood, … Read more
In an ideal world, exporting models from Blender into Unity for your 3D / virtual reality games should be a seamless, simple process. To be more precise, it shouldn’t require … Read more
You can access the full course here: Humanoid Animation Tools for Beginners Part 1 Animator Component In this lesson, we’ll be looking at the Animator component in Unity. Let’s start … 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
You can access the full course here:Â Publishing and Optimizing Mobile Games Light Baking In this lesson, we’re going to go over the concept of actually baking your lighting inside of … 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
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
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
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
While Unity is a fantastic tool, there are a lot of aspects to it. From learning C# coding principles to simply knowing how to use the features Unity offers, it … Read more