A Guide to First and Third Person Cameras for Unity Games
No matter what type of game you want to make, there is one core truth: you’re going to have to deal with the camera. In this tutorial, we’re going to … Read more
No matter what type of game you want to make, there is one core truth: you’re going to have to deal with the camera. In this tutorial, we’re going to … Read more
The 3D model we will use can be downloaded from the Unity3D asset store at : 3D model The sprites we will use can also be downloaded from the Unity3D … Read more
You can download the assets used in this tutorial from: 3D character model was created using Autodesk Character Generator 2D sprite was given to me free from Kennynl at Kenney … Read more
Today’s focus will be on shaders. You may be curious as to why we went from talking about the Editor, how to write code in Unity, and building a game … Read more
Today, we will be finishing up on the game we have started making in part 1 and part 2. So, to recap on what we need to do to finish … Read more
Fractal artwork used under the GPL 3.0 License from http://opengameart.org/content/fractal-alien-landscape-pack Download link for complete project . become a professional vr game developer with unity Pre-Order The Complete Virtual Reality Game … Read more
Today, we will finally start developing a game using everything we have learned in Unity3D. I have thought long and hard about how we should go about doing this and … Read more
Project download is located This week, we will again talk about algorithms with Unity3D. The main focus will be to take a main idea and build it. We will start … Read more
Prologue: The Back Story A little while ago, a friend and mentor and I were talking about the tutorials I write for this site. I was talking about how I … Read more
A Deeper look into the Camera in Unity3D Project files are located What we will discuss today: Today we are going to take a step back and focus on one … Read more
Today, we will start the deep dive into what most programmers see as the holy grail of game development, 3D games. Unity3D makes it so much simpler than the days … Read more
Welcome to another exciting tutorial on Unity3D. Today’s lesson will focus on animations within Unity3D. Since animations occur not only in 2D games but 3D games as well, Ive decided … Read more
Unity3D is a game development engine originally designed with 3D game making in mind, however, it is also very possible and easy to create 2D games and standard applications using … Read more