New course released! Make a Portals clone in Unity3D and Blender.

Learn to build a game using portals in Unity3D. Create the game’s art from scratch in Blender. We at Mammoth Interactive are stoked to release our newest course: Make a Portals clone in Unity3D and Blender. On sale now for only 19 dollars! This course is unique because we make both the code and the […]

Creating a C++ Script | Unreal Tutorial

Scripts are so important when it comes to making a game in Unreal. For an in-depth lesson on Unreal, consider enrolling in Mammoth Interactive’s Unreal course.  If you want to add a player to your game, you need to write code to give the player its own behavior. Default modes contain logic from Unreal. To create a […]

Navigating the Editor | Unreal Tutorial

Unreal is a free program  you can use to make powerful 2D and 3D games. To learn how to build 6 games in Unreal, enroll in our Unreal course. When you create a project in Unreal (like we did in the previous tutorial), your screen will look like the following image. The left window in […]

Creating a Project in Unreal | Unreal Tutorial

Unreal is a free program  you can use to make powerful 2D and 3D games. To learn how to build 6 GAMES in Unreal, enroll in our Unreal course. Unreal Engine is a complete product suite that does not require additional plugins. To download Unreal Engine, visit www.unrealengine.com/download. Download the Epic Games Launcher and then […]

Implementing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will implement the button we made in our previous Unity tutorial. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! […]

Designing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will design a button in Unity. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! VR has limited interactions with […]

Activating VR Split Mode | Unity Tutorial

If you want to make your game work in VR, you need to activate the VR Split Mode. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! Once you’ve integrated a VR software development kit (SDK), press Play to simulate the game. Notice that you will still […]

Activating Virtual Reality | Unity Tutorial

The first step to making a virtual reality (VR) game is activating VR Mode. In this tutorial, you will learn how to integrate a VR software development kit (SDK). If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! What is VR Mode? Create a new Unity project named […]

If Blocks in C# | Unity Tutorial

Suppose we wanted to run code only when a certain condition is met. For instance, a player could only fly in a game if they had a jet pack. A player could only buy a bicycle if they had enough money. To implement this kind of functionality, we can use if blocks. If you are a […]

5 MORE Talks About Virtual Reality

I have 5 more talks about virtual reality (VR) that I want to share with you. Check out Part 1 here. If these videos inspire you to learn VR, check out our Unity3D course. On sale now for only 9 dollars! 1. Pioneer Women in VR: Exploring the Frontiers of Virtual Reality 2. Discovering Space | Shane […]