Learning to use Magicavoxel for the first time

Learning to use Magicavoxel for the first time MagicaVoxel is a voxel creation software, a voxel is the equivalent to a pixel in a 3D environment. this specific software in free and open source, and in this video we’ll teach you the essentials for more content like this, check out our course list Do you […]

Updates to Unreal Course – Unreal Engine 4

Learn Unreal and C++ as part of our epic bundle Build 177 Games: The Complete 2D, 3D and VR Bundle 1. Receiving errors about Box Component? Add the line below to the top of the cpp file that is producing errors. #include “Components/BoxComponent.h” This line creates a reference to access components in the BoxComponent.h script. (Unreal Engine 4.15 requires separate includes.) 2. […]

Learn Unreal with our new book series 📖

It’s that time of year… we at Mammoth Interactive have published new books! Available in both Paperback and eBook format, check out “Introduction to Unreal” and its sequel “Build 6 Games in Unreal.” The Unreal Engine is a powerful program for building games. Learn how to navigate the Unreal editor by building a Coin Collector […]

Our biggest SALE yet. Get up to 96% off.

↓ The first 1000 to enroll get up to 96% off. ↓ Learn how to make 20 games in GameMaker. ✔ make games including: shooter, rollerball, platformer, platform shooter, cross shooter, turret, color shooter, color matcher, apple catcher, dodger, collector, double shooter, side scrolling shooter, balloon burst, penalty, flappy bird, double jumper, ricochet shooter, ship dodger, […]

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 […]