SamSuka
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe activity

Unreal Engine 5 - Pickup Ammo (ALS #61)

This is episode 62 of the third-person shooter series based on Unreal Advanced Locomotion System. Today, I am going to implement ammo crates. The player will be able to pick up ammo from the ammo crates placed in the level. When the player goes near an ammo crate, Rifle Ammo (E) notification will...

View Post

Unreal Engine 5 MiniMap

Today I am going to implement a simple circular minimap in unreal engine 5. The pointer that represents the player character will always remain in the middle of the minimap and it will always keep the player characters facing direction vertically. So, as the player moves around the world, the min...

View Post

Unreal Engine 5 Solar System - Orbiting Planets

Today also I am going to continue with the solar system we have implemented in unreal engine 5. In this episode, I am going to implement orbiting of planets around the sun while rotating around the planet's axis. Here, all the orbiting speeds and the self-rotation speed will be implemented with a...

View Post

Unreal Engine 5 Solar System

In this tutorial, I am going to create an accurately scaled solar system. Here, I will use 1 unreal unit as 100Km and use that scale to define the radius of the sun, planets and the distance from sun to the planets. So, all the objects will be accurately scaled in this map. Also, I will create an...

View Post

Unreal Engine 5 Venus

In this tutorial, I am going to implement a custom material to render Venus. The reason I cannot use one of the previously implemented planetary materials for Venus is, that it has a unique turbulent atmosphere. So, in order to render these atmospheric turbulences, we have to do some additional s...

View Post

Unreal Engine 5 - Advanced Procedural Tools - Moon Bridge

In this video, I am going to demonstrate how to use the advanced procedural tools I have developed in unreal engine 5. These tools can be used to procedurally generate level structures such as roads, bridges, fences, and many other structures that are composed of multiple different meshes.  ...

View Post

Unreal Engine 5 Earth Material

In this tutorial, I am going to implement a custom material to render Saturn. I will also show you how to create the ring mesh and do the UV mapping to texture it with a squared section of rings texture using blender.

password=CLM_Sat

View Post

Unreal Engine 5 - ALS Shooter - Looting Enemies(ALS #61)

This is episode 61 of the third-person shooter series based on Unreal Advanced Locomotion System. Today, I am going to work looting weapons from dead enemies. When the player kills an enemy, if there is a weapon in the hand of the enemy, it will be dropped and if there are any other weapons attac...

View Post

Unreal Engine 5 - ALS Shooter - Loadout (ALS #60)

This is episode 60 of the third-person shooter series based on Unreal Advanced Locomotion System. Today, I am going to work on the basics of the loadout system. Here, we will set up necessary variables that allows us to define default weapons from all 3 categories (primary, secondary, and special...

View Post

Unreal Engine 5 - ALS NPC - Different Guns (ALS #59)

This is episode 59 of the third-person shooter series based on Unreal Advanced Locomotion System. After upgrading the project into unreal engine 5, I am going to continue with the usual schedule for this series. Here I am going to implement weapon/gun variations for NPC characters. So, different ...

View Post

Unreal Engine 5 - Procedural Movement Animation System for 4 Legged Characters

Here is a demonstration of unreal engine 5 procedural movement animation system for 4-legged characters I have developed. I originally worked on this system in unreal engine 4 and I was able to successfully update the project into unreal engine 5 and it works properly. The character can adjust th...

View Post

Unreal Engine 5 Retargeting Root-motion Animations UE4 to UE5

The animation retargeting system in unreal engine 5 has some significant differences compared to unreal engine 4. The retargeting system is based on IK Rig and IK retargeter assets. If you try to retarget some animations with rootmotion that worked properly on unreal engine 4 mannequin rig, into ...

View Post

Unreal Engine 5 Procedural Ladder Climbing

I have updated the procedural ladder climbing system I worked on previously in unreal engine 4 into unreal engine 5 today. This video is only a demonstration and you can watch the original tutorial here.  https://youtu.be/2muIR...

View Post

Unreal Engine 5 Zipline System

I have updated the zipline system I worked on previously in unreal engine 4 into unreal engine 5 today. This video is only a demonstration and you can watch the original tutorial here.  https://youtu.be/Kx4prh7QwcE  In...

View Post

Unreal Engine 5 Gliding System

I have updated the gliding system I worked on previously in unreal engine 4 into unreal engine 5 today. This video is only a demonstration and you can watch the original tutorial here.  https://youtu.be/gKT2IzY38Gc

View Post

Unreal Engine 5 Planet Gravity System #2 - Fly Between Planets

In this tutorial, I am going to continue with the dynamic planet gravity system I worked on yesterday. In this episode, we will implement a way to fly into different planets in runtime and walk on them. This system will allow the character to seamlessly fly in between different planets. When the ...

View Post

Unreal Engine 5 Planet Gravity System

In this tutorial, I am going to implement a planet gravity system in unreal engine 5. Here, there will be a spherical world and characters will be able to work around the planet. Gravity will always be towards the center of the planet and character will always stay upright perpendicular to the pl...

View Post

Unreal Engine 5 Packaging Projects

Today, I am going to package the survival project into windows. After packaging, we will have a .exe file where we can play the game directly in standalone mode without the editor. Here we will see if any errors that occur in the compiling, and cooking stages of the packaging process. Usually, wh...

View Post

Unreal Engine 5 Update - Hand To Hand Combat Finishers

I updated the hand-to-hand combat finishers project I worked on a while ago in unreal engine 4 into unreal engine 5. Everything works fine. Those blueprints are still valid.  Compared to normal kicks and punches, the finishers are usually longer animation sequences with complex movements and...

View Post

Unreal Engine 5 Earth Material

In this tutorial, I am going to implement a custom material to render Earth in unreal engine 5. Here, there will be a separate cloud layer with cloud movements. And the darker side will have the night city lights visible from space.  In addition to that, we will place the character in a moon...

View Post

Unreal Engine 5 Moon Material

In this tutorial, I am going to implement a custom material to render Moon in unreal engine 5. Here, we will learn how to make the moon more visible with a darker atmosphere without making it completely unlit. Because if we make the material unlit, the shadow details that are coming from the norm...

View Post

Unreal Engine 5 - Flying Car - Exit Camera Transition

Today, In the flying car series inspired by blade runner flying car, I am going to work on smoothing out the camera transition when the character exits the car. Here, just like when the character enters the car, the camera angle will persist when the possession of the player controller changes fr...

View Post

Unreal Engine 5 Sun Material Demo

Here is a demonstration of the material I developed for Sun. Here I tried to show the turbulence of sun surface and flares in the material without using any particle systems or additional meshes.


password=CLM_Sun

View Post

Unreal Engine 5 Swarm of Rats with Niagara Part 2 - Attacking Player

Yesterday I implement a swarm of rats in unreal engine 5 using the Niagara effects system that was inspired by the rat swarm simulation in the game Plague tale innocence. Today, I am going to further improve that system by implementing an attack mode. If the player gets closer to the region where...

View Post

Unreal Engine 5 Swarm of Rats with Niagara

Today I am going to implement a swarm of rats in unreal engine 5 using the Niagara effects system. This system is inspired by the rat swarm simulation in the game Plague tale innocence. Here, we will spawn rat static meshes and use vertex animations to animate the static meshes.

password=Co...

View Post

Unreal Engine 5 Planet Rendering Demo - Jupiter

Here is a demonstration of unreal engine 5 Jupiter planet material.  This material shows the swirling storm effect on the planet's surface and the atmospheric light scattering, shining effect across the brighter edge of the planet.  

The tutorial is available in this playlist View Post

Unreal Engine 5 - Writing Plugins in C++

Today I am going to show you how to write a plugin in unreal engine 5 using C++. Here, we will create a simple button plugin that turns the currently open level into a night scene. Basically, the plugin will identify the directional light in the scene and reduce its intensity. Then if there is a ...

View Post

Unreal Engine 5 Niagara fish Schooling Mesh Particle

Today I am going to implement a fish schooling or shoaling behavior using unreal engine 5 Niagara particle system. Here, fish will be implemented as a static mesh particle and therefore, we can't use animations. But to get a swimming animation-like behavior, we will implement a material to get a ...

View Post

Unreal Engine 5 Stylized Landscape and Grass Materials

Here is a demonstration of stylized landscape and grass material implemented in unreal engine 5. Here I have made use of runtime virtual textures(RVT) to blend the grass color with the color of the landscape underneath. So the colors of the grass will blend smoothly with the color of the landscap...

View Post

Unreal Engine 5 Menu System Template

Here is a demonstration of unreal engine menu template project. This was originally implemented in unreal engine 5 and I updated it to unreal engine 5. The menu system contains following components.   

- main menu 

- game menu (new game, continue) 

- gameplay...

View Post