Keltick's Game Dev
Keltick's Game Dev
  • 67
  • 490 144
What Every 3D Platformer NEEDS to Learn from Astro Bot
What if I told you that playing Astrobot can show you countless lessons about designing a brilliant 3D platformer. Well I am, and Astrobot certainly can. So join me today as I discuss my FOUR GAME DESIGN TAKEAWAYS after playing over 20 hours, and fully completing Astrobot.
Subscribe to keep up with the latest: th-cam.com/channels/336xU7WzuJ-pXIIXi9hLNg.html
*Chapters*
00:00 Introduction
00:16 Point 1
00:54 Point 2
02:19 Point 3
03:44 Point 4
05:25 Summary
มุมมอง: 538

วีดีโอ

The Fundamentals of Collision for Unreal Engine 5 | UE5 Collision Basics
มุมมอง 16321 วันที่ผ่านมา
Collision is a very important part of game development, without it no one would interact with anything! In this video I break down the very basics of how Unreal Engine 5 is setup to handle collision. This includes a brief explanation of object types, collision types, and how to set this up in both blueprints and CPP. This is a small segment of my Pong Tutorial that I thought you would get value...
The Fundamentals of Player Input for Unreal Engine 5 | UE5 Enhanced Input Basics
มุมมอง 13028 วันที่ผ่านมา
Player input is a very important part of making games. Unreal Engine uses "Enhanced Input Actions" and "Input Mapping Contexts" to control when and how the player can interact with the world. In this video, I break down the absolute basics of Unreal Engine's Enhanced Input system in the context of creating Pong so that you can see in real time how these systems play and interact with each other...
The 2025 Unreal Engine Beginner Tutorial | How to Create Pong in Unreal Engine 5
มุมมอง 347หลายเดือนก่อน
Pong is the perfect game for beginner's to learn Unreal Engine. It has simple game components that can teach us the basics of how Unreal Engine handles issues such as collision, player input, enemy AI, and much much more. Join me in this two hour Unreal Engine tutorial where we rebuild Pong from scratch in Unreal Engine 5. If you got value out of this video, you should consider subscribing to t...
The Easy Way I Add Camera Shake in Unreal Engine 5
มุมมอง 2602 หลายเดือนก่อน
Do you want certain movements or actions to have more of an impact? Try adding a Camera Shake! In this tutorial I walk through an easy way I have been using to add camera shake to my Unreal Engine 5.4.4 projects! Subscribe to keep up with the latest: th-cam.com/channels/336xU7WzuJ-pXIIXi9hLNg.html
You SHOULD NOT Make a Platformer | DevLog
มุมมอง 1873 หลายเดือนก่อน
I spent four months working on a platformer game, but I am abandoning it. As for Why? Let’s talk about it. Subscribe to keep up with the latest: th-cam.com/channels/336xU7WzuJ-pXIIXi9hLNg.html
How I Create a ONE-WAY DOOR in Unreal Engine 5 | Unreal Engine 5 Tutorial
มุมมอง 1974 หลายเดือนก่อน
Today we are making a ONE-WAY DOOR that closes when our player passes the threshold, and then can reopen if a certain trigger is met. This is the approach I use when I am creating 'boss rooms' for my projects! *Chapters* 00:00 Project Overview 00:20 The Theory 01:28 Boss Door Header File 02:30 Boss Door CPP File 05:30 Creating Boss Door Blueprint 06:33 First Test 06:55 Creating our 'Boss' 09:25...
Beginner's Guide to TRACING in Unreal Engine Code | Line Trace Tutorial
มุมมอง 1754 หลายเดือนก่อน
Tracing is a way for you to reach out into your level and get feedback about what lives there so that you can respond appropriately. Traces are used everywhere, but they can be a bit tricky to understand, therefore today I am going to show you how to setup basic line traces so you can use them in your projects. To begin, you will need to have a character, an object in the world, and a basic lev...
The Easy Way I Created a Lagging Follow Camera for my 2D Unreal Engine Game
มุมมอง 2785 หลายเดือนก่อน
The Easy Way I Created a Lagging Follow Camera for my 2D Unreal Engine Game
Creating My SIX Key Movements for my Indie Platformer | DevLog
มุมมอง 1.3K5 หลายเดือนก่อน
Creating My SIX Key Movements for my Indie Platformer | DevLog
Epic DESTROYED the 2D Template, so I Created My Own | Unreal Engine 5 2D Tutorial
มุมมอง 8966 หลายเดือนก่อน
Epic DESTROYED the 2D Template, so I Created My Own | Unreal Engine 5 2D Tutorial
I TRANSFORMED Donkey Kong into the THIRD PERSON!
มุมมอง 2217 หลายเดือนก่อน
I TRANSFORMED Donkey Kong into the THIRD PERSON!
Two Ways I Create INVISIBLE WALLS in Unreal Engine 5 | Unreal Engine 5 Tutorial
มุมมอง 3.3K7 หลายเดือนก่อน
Two Ways I Create INVISIBLE WALLS in Unreal Engine 5 | Unreal Engine 5 Tutorial
How I Create GLOWING MATERIALS in Unreal Engine 5 | Unreal Engine 5 Tutorial
มุมมอง 4737 หลายเดือนก่อน
How I Create GLOWING MATERIALS in Unreal Engine 5 | Unreal Engine 5 Tutorial
How to Create AI with RANDOM MOVEMENT | Unreal Engine 5 Coding Tutorial
มุมมอง 2908 หลายเดือนก่อน
How to Create AI with RANDOM MOVEMENT | Unreal Engine 5 Coding Tutorial
Create SPRINTING MECHANICS for Unreal Engine 5 | UE5 Coding Tutorial
มุมมอง 1498 หลายเดือนก่อน
Create SPRINTING MECHANICS for Unreal Engine 5 | UE5 Coding Tutorial
How to Open a Door in Unreal Engine 5
มุมมอง 1828 หลายเดือนก่อน
How to Open a Door in Unreal Engine 5
How to Create a JUMP PAD in Unreal Engine 5
มุมมอง 2408 หลายเดือนก่อน
How to Create a JUMP PAD in Unreal Engine 5
How to build a SPIKE TRAP in Unreal Engine 5 Coding
มุมมอง 3249 หลายเดือนก่อน
How to build a SPIKE TRAP in Unreal Engine 5 Coding
How to PUSH CHARACTERS in Unreal Engine 5 C++
มุมมอง 8009 หลายเดือนก่อน
How to PUSH CHARACTERS in Unreal Engine 5 C
How to Change a Mesh Material in Unreal Engine 5 Coding | UE5 Tutorial
มุมมอง 27110 หลายเดือนก่อน
How to Change a Mesh Material in Unreal Engine 5 Coding | UE5 Tutorial
HOW TO MAKE ENEMIES HEAR YOU! | PawnSensing Hearing Tutorial for Unreal Engine 5.3
มุมมอง 3.9K10 หลายเดือนก่อน
HOW TO MAKE ENEMIES HEAR YOU! | PawnSensing Hearing Tutorial for Unreal Engine 5.3
How to Use PawnSensing Sight for Your Enemy AI in Unreal Engine 5.3
มุมมอง 1.5K10 หลายเดือนก่อน
How to Use PawnSensing Sight for Your Enemy AI in Unreal Engine 5.3
The EASY WAY to CREATE SIMPLE WORLDS in Unreal Engine 5.3
มุมมอง 25610 หลายเดือนก่อน
The EASY WAY to CREATE SIMPLE WORLDS in Unreal Engine 5.3
How I EASILY Export BLENDR Files into UNREAL ENGINE 5 FAST!
มุมมอง 16910 หลายเดือนก่อน
How I EASILY Export BLENDR Files into UNREAL ENGINE 5 FAST!
How to Create a BASIC Grappling Hook in Unreal Engine 5 C++
มุมมอง 1.2K11 หลายเดือนก่อน
How to Create a BASIC Grappling Hook in Unreal Engine 5 C
How I Chose My Indie Game Idea | Devlog #1
มุมมอง 12011 หลายเดือนก่อน
How I Chose My Indie Game Idea | Devlog #1
How to Create a SIMPLE SWITCH using Unreal Engine 5 Code
มุมมอง 386ปีที่แล้ว
How to Create a SIMPLE SWITCH using Unreal Engine 5 Code
How to Create a MOVING PLATFORM with Unreal Engine 5 C++
มุมมอง 1.7Kปีที่แล้ว
How to Create a MOVING PLATFORM with Unreal Engine 5 C
How to Reference Plugin Header Files in Unreal Engine 5 C++
มุมมอง 2.2Kปีที่แล้ว
How to Reference Plugin Header Files in Unreal Engine 5 C