AnimeMembers
jourverse

jourverse

patreon


jourverse posts

[Project File] Unreal Engine AI Vehicle Tutorial 10: Creating a Curved Road Network

[Project File] Unreal Engine AI Vehicle Tutorial 10: Creating a Curved Road Network

This post contains a link to the project file for download.

In this tutorial, we will create a curved road tool. Simply click on the spline to add a new point, then drag to adjust and shape the curve. We will generate a proc...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 8 & 9: Integrating Road Network with Vehicle AI

[Project File] Unreal Engine AI Vehicle Tutorial 8 & 9: Integrating Road Network with Vehicle AI

This post contains a link to the project file for download.

In this tutorial, we'll integrate a procedural road network with vehicle AI, enabling it to understand the road network and avoid obstacles in real-time. This syste...

View Post

[Project File] Create a Road Network Plugin in Unreal Engine | Editor Mode

[Project File] Create a Road Network Plugin in Unreal Engine | Editor Mode

This post contains a link to the project file for download.

In this tutorial, we will create an editor mode plugin that allows users to create and connect road segments directly within the editor, generating procedural road ...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 6: Advanced Move To Target Location

[Project File] Unreal Engine AI Vehicle Tutorial 6: Advanced Move To Target Location

This post contains a link to the project file for download.

In this tutorial, we will create various vehicle modes such as moving to a target location, following the player's vehicle, following a spline loop, and player poss...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 5: Three-Point Turn

[Project File] Unreal Engine AI Vehicle Tutorial 5: Three-Point Turn

This post contains a link to the project file for download.

In this fifth tutorial of our Unreal Engine AI Vehicle tutorial series, we dive into advanced maneuvers such as K-turns and reverse alignment. This tutorial will wa...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 2: Avoiding Obstacle System

[Project File] Unreal Engine AI Vehicle Tutorial 2: Avoiding Obstacle System

This post contains a link to the project file for download.

In the second part of our Unreal Engine AI Vehicle tutorial series, we delve into the implementation of the A* algorithm for obstacle detection and avoidance. This ...

View Post

[Project File] Unreal Engine 5.3: Motion Matching AI Tutorial

[Project File] Unreal Engine 5.3: Motion Matching AI Tutorial

This post contains a link to the project file for download.

In this tutorial, we will create an AI character that can run to any target and follow the player character using motion matching animation. We will use pathfinding...

View Post

Unreal Engine 5.4: Learning Agents for Character

Unreal Engine 5.4: Learning Agents for Character

This post contains a link to the project file for download.

In this tutorial, we will train an AI character for shooting battles using the Learning Agents plugin in Unreal Engine 5.4. There are 2 parts tutorials. You will le...

View Post

[Project File] Unreal Engine 5.3: Machine Learning Tutorial

[Project File] Unreal Engine 5.3: Machine Learning Tutorial

This post contains a link to the project file for download.

Learning Agents is a plugin for Unreal Engine (UE) that enables the training of AI characters using machine learning (ML). In this tutorial, we will train a driving...

View Post

[Project File] Unreal Engine 5.3: Motion Matching Tutorial

[Project File] Unreal Engine 5.3: Motion Matching Tutorial

This post contains a link to the project file for download.

In this tutorial, we will learn how to create motion matching in Unreal Engine 5.3 with AI-generated animation. I'll show how to install the Motorica plugin and how...

View Post

[Project File] Create a Beach in Unreal Engine Tutorial

[Project File] Create a Beach in Unreal Engine Tutorial

This post contains a link to the project file for download.

In this tutorial, we will demonstrate how to create ocean water near a beach using Unreal Engine 5.3.

Youtube Tutorial: View Post

[Project File] Pick-Up Items at Different Heights Unreal Engine

[Project File] Pick-Up Items at Different Heights Unreal Engine

This post contains a link to the project file for download.

In this tutorial, we will create pick-up items at different heights using the Inverse Kinematics (IK) of the control rig in Unreal Engine 5. We will also add an int...

View Post

[Project File] Destructible Vehicle Tutorial 11 - Package City Sample Vehicle Project

[Project File] Destructible Vehicle Tutorial 11 - Package City Sample Vehicle Project

This post contains a link to the project file for download.

In this tutorial, I will show you how to package a city sample destructible vehicle project in Unreal Engine 5.4. You will learn how to update the project from vers...

View Post

[Project File] Underwater Effect with Post Processing Materials in UE5

[Project File] Underwater Effect with Post Processing Materials in UE5

This post contains a link to the project file for download.

In this video, I will show you how to create an underwater effect using post processing materials in Unreal Engine 5. We will use a post process volume to apply a c...

View Post

Vote Next Tutorial

Which topic would you like me to research next?

View Post

[Project File] Ocean Water Tessellation Tutorial in UE5 | LOD Tessellation Updated

[Project File] Ocean Water Tessellation Tutorial in UE5 | LOD Tessellation Updated

This post contains a link to the project file for download.

In this tutorial, I'll show you how to extract the tessellation algorithm from the Unreal Engine water system and apply it to optimize your ocean water plane or cus...

View Post

[Project File] Ocean Water Tessellation Tutorial in UE5 | LOD Tessellation

[Project File] Ocean Water Tessellation Tutorial in UE5 | LOD Tessellation

This post contains a link to the project file for download.

In this tutorial, I'll show you how to extract the tessellation algorithm from the Unreal Engine water system and apply it to optimize your ocean water plane or cus...

View Post

[Project File] Creating Custom Buoyancy in Unreal Engine's Ocean Simulation

[Project File] Creating Custom Buoyancy in Unreal Engine's Ocean Simulation

This post contains a link to the project file for download.

In this tutorial, we create custom buoyancy for ocean waves using FFT calculation. We break down the process step by step, from CPU iFFT calculation to adjusting pa...

View Post

[Project File] How to Add Rebar Using Embedded Geometry Tools in Chaos Destruction.

[Project File] How to Add Rebar Using Embedded Geometry Tools in Chaos Destruction.

This post contains a link to the project file for download.

In this tutorial, I will show you how to add rebar to destructible building and improve the destruction debris. The Fracture Mode comes with tools to embed addition...

View Post

[Project File] How to Make a Realistic Tank in Unreal Engine 5

[Project File] How to Make a Realistic Tank in Unreal Engine 5

This post contains a link to the project file for download.

In this video, you will learn how to create a realistic M1A1 Abrams tank in Unreal Engine 5. You will learn how to: Configure the camera and the vehicle movement co...

View Post

[Project File] Building Destruction System with Chaos Destruction in UE5

[Project File] Building Destruction System with Chaos Destruction in UE5

This post contains a link to the project file for download.

In this tutorial, create a realistic building destruction system using Chaos Destruction in Unreal Engine 5. Start from preparing a 3D model of a building in Blende...

View Post

[Project File] How to Add a Custom Vehicle to City Sample Project?

[Project File] How to Add a Custom Vehicle to City Sample Project?

This post contains a link to the project file for download.

In this tutorial, I will show  you how to add a custom vehicle to the city sample destructible vehicle project from the Matrix Awakens Demo. You will learn how...

View Post

[Project File] Chaos Destruction With Sound System Unreal Engine

[Project File] Chaos Destruction With Sound System Unreal Engine

This post contains a link to the project file for download.

In this video, I’ll show you how to create an explosive arrow that can blow up a wooden house by using chaos destruction, and how to add a sound system that can p...

View Post

[Project File] How to Update and Migrate a Destructible Vehicle Project in Unreal Engine 5.2

[Project File] How to Update and Migrate a Destructible Vehicle Project in Unreal Engine 5.2

This post contains a link to the project file for download. In this video, I will show you how to update and migrate a destructible vehicle

This post contains a link to the project file for download.

In this video, I w...

View Post

[Project File] Destructible Vehicle Tutorial 7 - Vehicle Sound System

[Project File] Destructible Vehicle Tutorial 7 - Vehicle Sound System

This post contains a link to the project file for download.

In this tutorial, you will learn how to create a realistic sound system for your vehicle in unreal engine. You will learn how to use MetaSound and MotoSynth plugin,...

View Post

[Project File] Destructible Vehicle Tutorial 5 - Car Damage System

[Project File] Destructible Vehicle Tutorial 5 - Car Damage System

This post contains a link to the project file for download.

In this tutorial, I will show you how to create a car damage system in Unreal Engine 5. You will use the Niagara plugin to create dynamic particle effects for the d...

View Post

[Project File] Destructible Vehicle Tutorial 3 - Custom Anim Graph Node

[Project File] Destructible Vehicle Tutorial 3 - Custom Anim Graph Node

This post contains a link to the project file for download.

In this tutorial, you will learn how to create a custom anim graph node. You will learn how to add new module, generate visual studio solution, Add AnimNode and Ani...

View Post

[Project File] Destructible Vehicle Tutorial - Unreal Engine 5

[Project File] Destructible Vehicle Tutorial - Unreal Engine 5

This post contains a link to the project file for download.

In this tutorial, you will learn how to create a destructible vehicle using control rig, similar to The Matrix Awakens. You will learn how to migrate the city sampl...

View Post

[Project File] Advanced Locomotion System Tutorial

[Project File] Advanced Locomotion System Tutorial

This post contains a link to the project file for download.

You will learn how to create an advanced locomotion system for your character in Unreal Engine 5. You will see how to make your character turn, walk, and jog smooth...

View Post

[Project File] Unreal Engine Tutorial: Mixamo Animation for Root Motion Melee Combat

[Project File] Unreal Engine Tutorial: Mixamo Animation for Root Motion Melee Combat

This post contains a link to the project file for download.

I will show you how to convert Mixamo animation to Unreal Engine animation and fix rotation of the root bone.

Youtube Tutorial: 2023-09-15 03:08:42 +0000 UTC View Post