Project Files: / 62492433 .
This is the 30th episode of Unreal Advanced Locomotion System based shooter series. Here, we are going to refactor and re-organize the AI system by introducing nested behavior trees. At the moment, we only have one big behavior tree which contains everything from fighting, searching to AI duties. Today, we are going to break down different sections into a separate behavior tree and include them as a run behavior tree node in the main behavior tree. So, the main behavior tree will look much simplified and easier to understand. Also, we would be able to re-use the same sub behavior trees in different places in the main behavior tree. For example, we need to search around location behavior in multiple scenarios when AI searches for an enemy in both last seen location and last heard location. We can use the same search around the location sub behavior tree for both cases. This would make the behavior tree more modular and easier to do modifications and improvements later on.
Advanced locomotion system: https://www.unrealengine.com/marketpl...
CodeLikeMe Third-Person shooter series: • Unreal engine TPS series
► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧!
/ codelikeme
►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits
Join this channel to get access to perks:
/ @codelikeme
Like my facebook page for more content : / gamedevelopersclub
Follow me on twitter : / codelikeme2
Follow me on reddit : / codelikeme
#CodeLikeMe #unrealengine #ue4 #indiegamedev