XaiJu
CodeLikeMe
CodeLikeMe

patreon


Unreal Adventure - Part 25 ( NPC Characters with Behavior Trees)

This is the 25rth episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  In this episode, we are going to set up an NPC character with simple free-roaming behavior using behavior trees. As the NPC character, we will be using the same NPC character we have implemented in this episode(https://youtu.be/P1ZfIthFcV4) of the root motion based locomotion system series.  The special thing about this character is, the npc also uses root motion based animations and therefore we can see it using more accurate movement behaviors like turning animations. We will first implement the required test function to test free-roaming in the character blueprint itself and then migrate those parts into a behavior tree based AI_Controller class.

password=CLM_AdvUpdate

project files download : https://arimac-my.sharepoint.com/:f:/g/personal/thilina_arimaclanka_com1/EtvP-x8yfdJIhBL2iwok0VoB6UkPJ9eta_PT4wlPzTUN1g?e=TtOpmt

Unreal Adventure - Part  25 ( NPC Characters with Behavior Trees)

More Creators