NokiMo
jourverse
jourverse

patreon


[Project File] Unreal Engine AI Vehicle Tutorial 15: On Road Terrain Vehicle AI

This post contains a link to the project file for download. In this tutorial, we will create a vehicle AI capable of driving on terrain. To

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

In this tutorial, we will create a vehicle AI capable of driving on terrain. To achieve this, we'll perform a sphere trace in a grid pattern to determine the terrain's height, which will influence the weight of each grid position. We'll also calculate the average slope of the path to adjust the vehicle's target speed dynamically. Additionally, the spline path will be projected onto the terrain, ensuring it aligns correctly and avoids clipping into the landscape.

Youtube Tutorial: https://youtu.be/oQaTEMv4ukA

-

-

-

UE5.4 Project File: https://drive.google.com/file/d/1OooiMX7UelZkhRcujACdRm7rFUUlM8zP/view?usp=sharing

[Project File] Unreal Engine AI Vehicle Tutorial 15: On Road Terrain Vehicle AI

Related Creators