Creating a 3D Smash Game in Unity – Part 3
Introduction Imagine this, you’ve just gotten a puzzle for Christmas. You don’t read the writing on the box and just toss it aside as you begin to construct this masterpiece. You pride your self on the...
View ArticleWeb Class: Procedural 2D Dungeons
Transcript Part 1 Hello everyone. Welcome to the Unity Procedural Dungeon Generation course. In this course you are going to learn how to use Unity to generate a procedural dungeon for your games. We...
View ArticleWeb Class: Unity Cinemachine for Films and Games
Transcript Part 1 Hello everyone, how are you? My name is Glauco Pires and welcome to the Cinemachine Course. In this course we’re going to learn how to use one of the best tools available into making...
View ArticleWeb Class: Develop a Reusable Quiz System
Transcript Part 1 Hey guys, my name is Austin Gregory. And in this course, I’m going to teach you how to create a simple little multiple-choice quiz game where you can ask questions in different...
View ArticleWeb Class: Create a Spanish-Teaching Quiz
Transcript Hey, guys, my name is Austin Gregory, and in this course, I’m gonna teach you how to build a neat little language quiz based on our Super Quiz game that we built in the last course. This...
View ArticleCreate Games with the 3D Game Kit
Introduction What if I told you that you could create intricate 3D games, complete with AAA graphics, with a third person character, all without writing a single line of code. What would you do with...
View ArticleWeb Class: AR Projects – Science App for Kids
Transcript Part 1 Hey everyone, my name’s Daniel Buckley and I’ll be your instructor for this course. We’re gonna be learning how to create the life cycle of a butterfly using augmented reality. This...
View ArticleWeb Class: AR Projects – Job Training App
Transcript Part 1 Hey everyone. My name is Daniel Buckley and I’ll be your instructor for this course. In this course, we’ll be learning how to create an AR crane operator game. This is a look at what...
View ArticleCreate Games with the 3D Game Kit – Part 2
Introduction This tutorial is the second installment of a series on the amazing 3D Game Kit (click here for the first one). Part 1 left things soft of on a cliffhanger as we opened up the expansive...
View ArticleWeb Class: AR Projects – Geology App
Transcript Part 1 Hey everyone. My name is Daniel Buckley, and I’ll be your instructor for this course. In this course, we’re gonna be creating tectonic plates in augmented reality. Let’s have a look...
View ArticleUnite Sydney 2019 – VR Controller Interactions
Download the source code of my Unite Sydney presentation VR Controllers for the Masses here or on Github. To learn more about working with hand-tracked controllers in XR experiences in Unity make sure...
View ArticleWeb Class: Data-Driven Development with Unity Analytics
Transcript Part 1 Hey guys, my name is Austin Gregory and in this course we’re gonna cover Unity Analytics, which is a free service provided by Unity that allows us to track and manage player...
View ArticleWeb Class: Data-Driven Development with External APIs
Transcript 1 Hey, everyone, my name’s Daniel Buckley, and I will be your instructor for this course. So what are we gonna be making? Well, we’re gonna be creating an app that accesses an API to...
View ArticleHow to Create an RPG Game in Unity – Comprehensive Guide
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, where the player can navigate and find...
View ArticleHow to Build a Complete 2D Platformer in Unity
Introduction 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 2D...
View ArticleTeleportation in VR with Unity – Oculus Go and GearVR Tutorial
One of the challenges of virtual reality is locomotion. In room-scale VR users can walk around, but limited space is a problem. Mobile VR users with only three degrees of freedom have to rely on head...
View ArticleUnity Animator Tutorial – Comprehensive Guide
Introduction In this lesson we will explore how to use animations in a scene. This tutorial is a good step for those who have read the tutorial on creating animations. Which you can view here. However,...
View ArticleHow to Create a Multiplayer Game in Unity
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 a multiplayer Space Shooter. In our demo...
View ArticleHow to Create a Turn-Based RPG in Phaser 3 – Part 1
In this tutorial series you will make a turn-based RPG similar to the early Final Fantasy games, all while learning to use many of the cool, new features incorporated into the current version of the...
View ArticleCreating Mobile Games with Phaser 3 and Cordova
Find the source code for this example here. Photon Storm’s Phaser is one of the most trusted frameworks for developing professional-quality 2D games in JavaScript. With Phaser, it’s feasible to make...
View Article