Create an Action RPG in Godot – Part 1
Introduction Ready to create your own game with some action-oriented gameplay? In some of our previous tutorials, we covered making a 3D FPS and a 2D RPG. Both are well-loved
Introduction Ready to create your own game with some action-oriented gameplay? In some of our previous tutorials, we covered making a 3D FPS and a 2D RPG. Both are well-loved
Introduction Welcome back everyone! It’s time to finish our 2D RPG in Godot! For Part 1 of this tutorial series, we started setting up our 2D RPG project in the
Introduction Welcome, everyone! Even after all the years games have existed, RPGs are still one of the most popular genres that aspiring developers want to learn how to make. However,
Introduction Welcome back, and I hope you’re ready to finish creating our Godot FPS tutorial. In Part 1, we set up our arena, our player character, our FPS camera, our
FPS games remain a staple of the game industry, and with free engines like Godot, making a Godot FPS is a match made in heaven. Welcome to the tutorial, and
Introduction Are you eager to get started making your own games? Game development has never been more popular before – with sales stretching into the billions, and thousands of indie
You can access the full course here: Real-time Strategy Project – Resource Gathering Creating the Resource Object To begin, let’s create a new empty GameObject called Resource_Tree. Next, drag the Tree
You can access the full course here: Real-time Strategy Project – Resource Gathering Camera Setup The camera controller will allow us to move the camera around with the keyboard and
You can access the full course here: Real-time Strategy Project – Unit Movement Multiple Units To begin, let’s duplicate the unit a few times and move them around. Then select
You can access the full course here: Build a Micro-VR Game What is Virtual Reality? Virtual reality exists on the spectrum of mixed reality. This ranges from the real world to
You can access the full course here: Player Authentication with Azure PlayFab Setting up the PlayFab App To begin, let’s go to the PlayFab website: http://playfab.com. If you have a
You can access the full course here: Hand Grabbing Controllers in VR Project Setup Create a new new Unity project so we can begin with the course. First, we want
You can access the full course here: Intro to ARKit Unity Setup Create a new Unity project. Then in the editor, let’s open the Package Manager window (Window > Package Manager).
You can access the full course here: Mobile Game Development for Beginners Caching Objects In Unity, there’s many functions we can use to easily get objects/components. GameObject.Find GameObject.GetComponent GameObject.FindObjectOfType GameObject.FindObjectWithTag
You can access the full course here: Intro to ARCore Part 1 ARCore SDK What we want to do, first of all, is download the ARCore SDK. It can be
You can access the full course here: Intro to Augmented Reality Part 1 Welcome to the Course In this course, we’ll be learning about augmented reality and AR Foundation in
You can access the full course here: Mobile Game Development for Beginners Adding Mobile Components In order to build to Android or iOS, we need to add the corresponding components
If you haven’t read Part 1 of the tutorial yet, it’s highly recommended you do so. In the first part of our tutorial, we began setting up our tectonic plates