The Easiest Way to Make a Simple Enemy AI in Unreal Engine 5

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Hello guys, in this quick and simple tutorial we are going to make a simple enemy AI, which will follow the player, have its own vision area, and attack when it's near the player in Unreal Engine 5.
    Follow me on Twitter: / gorkagames
    Subscribe to the channel: / @gorkagames
    unreal engine 5,ue5,enemy ai,tutorial,quixel,megascans,unreal engine tutorial,how to make enemy ai,ue5 enemy ai,ue5 how to make ai simple,unreal engine enemy ai,unreal engine 5 how to make enemy ai,unreal engine 5 simple enemy ai,unreal engine ai system enemy,unreal engine 5 enemy ai simple system, unreal engine 4 enemy ai,unreal engine 4,ue4,unreal engine 5 how to make simple enemy ai

Комментарии • 482

  • @GorkaGames
    @GorkaGames  Год назад +11

    Patreon➡ bit.ly/GorkaGames_Patreon
    ↪Just opened my NEW DISCORD join NOW! bit.ly/GorkaGamesRUclipsDiscordServer
    Check out MY NEW Unreal COURSE with GameDev.tv ➡bit.ly/UE5_StealthCourse_GameDevTv_GorkaGames

    • @EmeraldAlfie
      @EmeraldAlfie Год назад

      @GorkaGames please do a tutorial of how to play and stop sounds when it sees you and stop seeing you PLEASE I am making a game and I NEED to know this

    • @jeevanathams7299
      @jeevanathams7299 8 месяцев назад

      There is no any free assets here.

  • @lavacrush1234
    @lavacrush1234 Год назад +82

    For those of you following this tutorial after UE5.1, you might see that the enemy gets unnloaded, where they aren't visible in your world preview, but they show up when you press play. This may cause them to stop following you after adding the Anim Blueprint to the enemy mesh. This can be fixed by going to File > Save Current level As... > Then pick a name for the level. Then when you load that level it will have the actors loaded and they will follow their animBluePrint. Hope this helps!

    • @600vibe
      @600vibe Год назад +7

      Idk why that works but thank you

    • @bokajon
      @bokajon Год назад

      Thank you!!!

  • @loopron
    @loopron Год назад +35

    Here is for everyone that is having trouble with the attack animation keeps spamming when the AI gets close but when you move back it plays the full attack montage. I found a comment from Gorka Games fixing this problem.
    "So in the enemy ai blueprint, delete the very first node where you set the "attack possible" to true, on the "FollowPlayer" event, and in the variables section of your blueprint set it by hand to true by default."

    • @igzellisha
      @igzellisha 11 месяцев назад

      For those who doesn't know how to do it (like me) just clic on the can attack variable and clic the box of "can attack" in the right section.

    • @pixys6856
      @pixys6856 10 месяцев назад

      yeah but now he s attacking only 1 time, then stops

    • @MaxwellPublishing
      @MaxwellPublishing 10 месяцев назад

      @@pixys6856 Same. Not sure how to fix...

    • @KB-kp2oz
      @KB-kp2oz 8 месяцев назад

      ​@@MaxwellPublishingthe problem is you don't understand Unreal engine and you're just following what other people say and that's the limit to your knowledge.

    • @synthesizedrhymes3517
      @synthesizedrhymes3517 7 месяцев назад +3

      @@KB-kp2oz youre ignorant to what its like to be unknowledgeable. there is no possible way to EVER learn blueprint by trial and error. there are millions of combinations to do anything. having tutorials to help you build a few games until you understand the UI and get a grasp of the languages logic, then you can start dabbling in your own work. but a noob cant even get a single line of code out bro. just wont happen.

  • @ShaunMeechan
    @ShaunMeechan 10 месяцев назад +13

    For anyone who has 3rd person camera collision issues with the BP_AI running into you, go into the BP_Enemy_AI blueprint and then on the "event begin play" at the top drag out and type "collision response to channel", target should be the mesh and in the "channel" drop down change it to "camera" and in the new response set it to "ignore". click compile. you're done!

    • @gatheringmatter4289
      @gatheringmatter4289 10 месяцев назад +1

      Also, I did just the mesh the first time and it still glitched out. Drag the Capsule collision into the target as well :)

    • @hiagooliveira6510
      @hiagooliveira6510 9 месяцев назад

      This was driving me nuts @@gatheringmatter4289 lol i tried mesh, camera still glitched, i tried the capsule, same. never occurred to me to ignore both at the same time hahah thanks

  • @nolanku3088
    @nolanku3088 10 месяцев назад +16

    A Unreal Engine tutorial that actually makes since and isn't 20 hours long. 🙌🙌

  • @wigglesft1574
    @wigglesft1574 Год назад +8

    Thank you so much! I've spent days trying to figure this out. Watched so many videos and things but this was just what I needed! I look forward to watching your other tutorials.

  • @Baleur
    @Baleur Год назад +20

    Bro your tutorials are insanely good.

    • @GorkaGames
      @GorkaGames  Год назад

      thank you so much man!! I really appreciate it!

  • @melzolfoz270
    @melzolfoz270 Год назад +6

    Your "is seeing player" variable does not change in any way. The first time this change changes from falsehood to truth, it no longer changes. In this case, there was no reason for you to stop the artificial intelligence, since the "on see pawns" function would not work. When you run behind the enemy's back, "on see pawns" does not work for the enemy, and therefore "move to" does not work either

  • @thesleeplesscause7284
    @thesleeplesscause7284 7 месяцев назад +5

    ive done this step by step an everything works except the attack animation. the AI notices me, rushes me, an stop as soon as they reach me but no animation (attack) happens. an all the "script" is right in comparision to the video. anybody got any tips for me???? please an thank you

  • @JGAME1.
    @JGAME1. 4 месяца назад +11

    Hi, I want to ask, I followed the steps as in your video but in the end mine wasn't the same as yours. The attack animation happened repeatedly, like jerking, as if the attack animation had not yet hit the main character, he repeated the attack movement over and over again. :(

    • @mahersabit9265
      @mahersabit9265 4 месяца назад

      same, its like it goes through the blendspace and then the anim montage slot, even tho the montage hasnt been called yet

    • @zacharyzeglin7390
      @zacharyzeglin7390 7 дней назад

      @@mahersabit9265 same

    • @ohmykay
      @ohmykay 5 дней назад

      did you find a way to fix it

  • @theragingbee4650
    @theragingbee4650 13 дней назад

    For Anyone having an issue with the punch not playing. make sure you have a default slot in between Your animation input and the output pose . he mentions it briefly it is important

  • @Theoneandonlyzink
    @Theoneandonlyzink 2 года назад +20

    This is super helpful!!! Could you please make a tutorial on how to make an enemy that shoots projectiles? Thanks!

    • @GorkaGames
      @GorkaGames  2 года назад +10

      Thank you!! Yes, that would be a very cool tutorial to do, I will note it down!

    • @Theoneandonlyzink
      @Theoneandonlyzink 2 года назад +5

      @@GorkaGames Thanks!

    • @ZimMabu_GameDev.
      @ZimMabu_GameDev. 10 месяцев назад

      whre? i cant see the note @@GorkaGames

  • @evilsworkshop5850
    @evilsworkshop5850 Год назад +15

    Honestly I'm impressed by the fact that I followed this meticulously, with the exception of what I named the ai blue print, and it just keeps giving me warnings resulting in a t posing model floating behind me. Good tutorial.

    • @GorkaGames
      @GorkaGames  Год назад +4

      Make sure that you have followed the tutorial properly, could you be more specific on what are the warnings etc.

    • @turkey6310
      @turkey6310 11 месяцев назад

      The only issue I've had so far is where he puts in the fight animation. So clearly you had done something wrong my friend! Can't blame a tutorial if you're not going to follow it

  • @apresmidi153
    @apresmidi153 7 месяцев назад

    For my first time using the engine this was fairly easy to follow and covers enough cases to feel complete. Thanks!

  • @mikeo2413
    @mikeo2413 Год назад +3

    starting this one now wish me luck as always GOOD JOB !!!!!!!

  • @Angel-fl6gl
    @Angel-fl6gl 2 года назад +28

    why when zombie follow me he run with idle animtaion? pls help edit: i dingdong, i fixed this. thx you for the video author. edit: wow zombie isn't attack, at this time i did all right

    • @whitesheep1417
      @whitesheep1417 Год назад +2

      How did you fix it

    • @dominusman382
      @dominusman382 Год назад +2

      Just finish the video

    • @whitesheep1417
      @whitesheep1417 Год назад +1

      @@dominusman382 already fixed it i dont remember what it was but i think it was a connection or something that i forgot

    • @Angel-fl6gl
      @Angel-fl6gl Год назад +2

      @@whitesheep1417 mmm no. i still didnt fixed it.

    • @holiday7068
      @holiday7068 Год назад

      Why are you like this 😂

  • @zimingpeng8418
    @zimingpeng8418 Год назад +6

    Thanks so much! Step by Step it is very useful! And do you know how i can improve thirdpersonCamera? When the following enemy is set, the view of ThirdpersonCamera will flash back and forth due to the occlusion of the enemy.

    • @hvmilton1358
      @hvmilton1358 8 месяцев назад

      You have to go to the camera boom in the character BP and change the length. Anything that comes in contact with this will push it forward and cause it to move.
      Edit: Try messing around with this a bit.

  • @JoshuaLundquist
    @JoshuaLundquist 2 года назад +5

    So good man, very clear

    • @GorkaGames
      @GorkaGames  2 года назад

      Thank you! I really appreciate it!

  • @MagicxReal-Studio
    @MagicxReal-Studio Год назад +1

    works perfectly now i forgot to add update animation node to the rest so now is doing all animations when runing after me not just idle , and i did use another character and works fine, i also know why it didnt work manequin yesterday i had to apply each animation for it individually cause i retargeted them for other character so it works perfectly i simply had to adjust some stuff on my part , thank you so much for this i use 5.1 latest version of unreal and is perfect

  • @egotarium7282
    @egotarium7282 Год назад +6

    Great tutorial! It has helped a lot as a a beginner. Please correct me if I'm wrong, but does the "Is seeing Player" part actually do anything? Follow player function is only triggered after isSeeingPlayer is set to True. Then the branch checking whether it is true should never go to false. And the branch doesn't even make sense - if isSeeingPlayer is False, then set isSeeingPlayer to False? For this reason it actually never makes it to the tick to stop moving. It seems the effect that the pawn doesn't see you anymore when you go behind it quickly works without any of the isSeeingPlayer logic. I also tested this.

    • @drakonis338
      @drakonis338 11 месяцев назад

      you are correct but you can use the branch to set ai back to patrol or something similar instead of stopping the movement.

    • @katalisk12
      @katalisk12 9 месяцев назад

      @@drakonis338 how do i do that?

    • @seasons8bit
      @seasons8bit 7 месяцев назад

      You are right, it is not doing anything.

  • @KlokIndonesia
    @KlokIndonesia Год назад

    I'm from Indonesia, you are my sensei, I have seen a lot of content and knowledge that you provide, thank you!

  • @steinmov
    @steinmov 3 месяца назад

    I like your simple behavior tree tutorial and it works for me. Are you planning to do any more behavior tree setups with a little more added behaviors?

  • @anonymouzdawg11
    @anonymouzdawg11 2 месяца назад +1

    i have a issue, after i added the punching my enemy stopped following me and only stayed in its place and when I came close to him he just punched and when i went far from him he stopped; but before i added the punching thing my enemy was following me perfectly. Help pls!

  • @jogoseteorias
    @jogoseteorias 6 месяцев назад +1

    Thankyou bro! Your channel help me a lot! I learn so much thinks, just thankyou :)

  • @malserAI
    @malserAI 24 дня назад

    Very nice tutorial. Thank you. Make some tutorial about 2.5D view (like games: Trine, Little Nightamares, Unravel). Would be nice to see these settings

  • @vix_bp
    @vix_bp 5 месяцев назад

    you always save my butt with your tutorials, thank you.

  • @Tahakhan-rg6tp
    @Tahakhan-rg6tp 10 дней назад +1

    at 9 : 7 when i drag blendspace its showing me two options Speed and None

  • @secretboy7664
    @secretboy7664 Год назад +1

    thanks so much this helped im developing a game rn but im a starter
    so thanks

  • @marceloboemeke
    @marceloboemeke Год назад +5

    Hey man, thanks for the tutorial. I got an issue... Everything works fine, the enemy chases me, but when it tries to attack, it only plays about half the attack animation, and then restart the animation. The only way it completes the animation is if I run back and give it some space. Can you help me with that?

    • @durumvfx
      @durumvfx Год назад

      Same problem here. Did you find a solution?

    • @Nikolailol-q3t
      @Nikolailol-q3t 2 месяца назад

      @@durumvfx i found if it helps now

    • @SpicyBandit_tv1
      @SpicyBandit_tv1 Месяц назад

      @@Nikolailol-q3t Please!!

  • @KratonWolf
    @KratonWolf 2 года назад +2

    …why do you set the IsSeeingPlayer? to True before calling FollowPlayer and then within FollowPlayer, check if IsSeeingPlayer? is true or false? it’s ALWAYS going to be True at that point before FollowPlayer gets called, as FollowPlayer never gets called until after IsSeeingPlayer? is true. What’s even the point of that Bool or the Branch within FollowPlayer?
    Also, at the CanAttack? part, you set the value to true, then check if it’s true (of course it is! it always will be at this point!), then set it to false claiming that’s to prevent it from attack spamming (that’s not true at all. by the time this point in the code is reached, setting it to false will not prevent the Branch from going True because you set it to True at the start before the Branch), and then you do the animation montage and do a delay (the truly ONLY thing preventing attack spamming, is the delay), and then once again set the CanAttack? to true again… That Branch is useless because the moment it gets to that branch the value will always be true, every time. So why is it even there?
    Then you went back and set IsSeeingPlayer? to false after checking if it was already false… that does nothing. This part of that branch will never happen. What’s the point?
    The PawnSensing already does half the work you attempted to do in this (when PawnSensing sees the player, it sees the player, you don’t need to set any bools to true to MAKE it see the player, you only need to have it Do Stuff from PawnSensing seeing the player), which is why it was shown to be working when you playtested it. The moment PawnSensing is no longer detecting the player, it no longer calls the code after it. You only need it to attempt to move towards the player when it sees the player, it won’t keep trying to follow the player when it no longer sees the player because it wouldn’t call the code to follow the player when it isn’t seeing the player.

  • @LeowWeiSeng
    @LeowWeiSeng Год назад +6

    Tutorial is good, and i tried from my side, but i have a problem, the AI will keep repeat attacking without following the montage length even thou i added the delay. While playing montage, the ai keep moving toward to player while it run.

  • @williamminnaar6311
    @williamminnaar6311 Год назад +2

    Hi there, thanks for the great tutorials. Most helpful.
    If I had a city, and I wanted npcs to just walk around follow roads. Do you have a video on that please

  • @EmeraldAlfie
    @EmeraldAlfie Год назад +1

    @GorkaGames please do a tutorial of how to play and stop sounds when it sees you and stop seeing you PLEASE I am making a game and I NEED to know this

    • @WAI..Hazza.
      @WAI..Hazza. Год назад

      hey I'm not entirely sure on this but at 4:13 before ai move to use play 2d sound or however you are playing your sound and connect the branch - true to the play sound to the ai move to
      hopefully that works and good luck

  • @NonameOne2
    @NonameOne2 2 года назад +1

    You are the best friend!! Please make a video tutorial, if the enemy AI killed the player, then it continues to run to another Actor. Greetings from sunny Kazakhstan!!!

    • @GorkaGames
      @GorkaGames  2 года назад

      Thank you for watching!! Yeah good idea, I will note it down for a future tutorial!

  • @ryangraves651
    @ryangraves651 3 месяца назад

    It's not using the animation when moving, I've looked through the bp and rewatched the video a dozen times and I don't know what the problem is. Is this tutorial using 5.1 or a different version?

  • @mochapokapaw
    @mochapokapaw 2 года назад +7

    Could this be done for animal AI? Also, would you consider making a tutorial on animal AI without combat?

    • @GorkaGames
      @GorkaGames  2 года назад +2

      Yeah this Ai system can be implemented into any sort of character or creature that you like, just change the skeletal mesh, and the animation blueprint 😄 Yeah I have in mind making an focused tutorial on animals

    • @mochapokapaw
      @mochapokapaw 2 года назад +2

      @@GorkaGames Thank you :)

    • @RickHenderson
      @RickHenderson Год назад +1

      @@mochapokapaw Just have the animal walk animation, and don't have the animation montage. Or you can change the montage to a different animation, like when the animal gets within range it licks you.. or whatever animations you have.

  • @joshuagatlin3931
    @joshuagatlin3931 Год назад +2

    how do we get rid of the glitch when the punch makes contact? should we distance the enemy?

    • @GorkaGames
      @GorkaGames  Год назад

      yeah just go into your enemy`s blueprint, and then select its mesh, go down into collision in the details panel. And then select custom, and make the camera tick on ignore. And the same with its capsule collider. Hope it helps!

  • @icemanww1573
    @icemanww1573 2 года назад +5

    everything works besides the fact that the attack animation only gets fully played out if i keep moving after it started. else it restarts after like half a second (while the whole animation should be about 3 seconds)
    edit: it seems to be that the problem is that the delay is irrelevant cause somehow the whole chain after success gets triggered again and again while the animation starts so it gets started over

    • @GorkaGames
      @GorkaGames  2 года назад +1

      hey, did you watch the part before minute 13:23 ? in there is the part where I control this..

    • @icemanww1573
      @icemanww1573 2 года назад +1

      @@GorkaGames yeah i think it looks exactly like yours. the interesting thing is that the delay gets triggered and even runs.

    • @GorkaGames
      @GorkaGames  2 года назад +1

      @@icemanww1573 hmm, that is very weird.. so the delay duration is set the same as the Anim Monatge duration, right?

    • @icemanww1573
      @icemanww1573 2 года назад +1

      @@GorkaGames yes. i could even set the timer manually. it still works and runs but that somehow gets overwritten by the move to success thats been activated again and again every second or so. so the delay is running but the nodes before get activated still

    • @GorkaGames
      @GorkaGames  2 года назад +1

      @@icemanww1573 hmm alright, did you make a branch on the succes asking if we can attack and then immediately setting the canAttack variable to false? because that is what controls the overriding issue that you are having

  • @arkemal
    @arkemal Год назад +2

    Great stuff! Thanks

  • @projectportal7284
    @projectportal7284 3 месяца назад

    Thanks for the Tutorial! There's only one problem and that's the enemy attacking. I have found a ninja attack for the enemy AI. It's got the run down but it's refusing to attack once it reaches. It seemed to work in a different project but can't find that one. Any suggestions on what might be going wrong?

  • @fluidexpressions6856
    @fluidexpressions6856 9 месяцев назад

    i feel like we all should be giving you some compensation for this. i dont have much money so it sucks. but i totally would if i had like more disposable income currency. if i ever do i will for sure give you something for everything you have taught me. THANK YOU

  • @joeanrachelmiller6529
    @joeanrachelmiller6529 Год назад +4

    There is a camera clipping issue he hasnt discussed here but otherwise works

    • @xySeen
      @xySeen 3 месяца назад

      just go to your enemy blueprint, look up collision in the details bar and make the collision settings to custom, then click ignore on camera. should fix the issue. (ik this is a year late but its for ppl still watching and having the same issue)

  • @chnapo1
    @chnapo1 5 месяцев назад

    Why can´t I just copy all animations and settings from the 3rd person character? Or use default manny animation?

  • @kriswintf2027
    @kriswintf2027 Год назад +1

    其实不需要followPlayer这个函数,直连AI MoveTo然后pawn to pawn就更简洁了。

  • @projectportal7284
    @projectportal7284 5 месяцев назад

    Everything is going fine but the animation for the run and chase from the enemy AI isn't working. It's following me but in rigid form. Speed isn't changing either. V confused what to do.

  • @zwlsx
    @zwlsx 8 месяцев назад

    new steam releases went crazy for this release 🔥

  • @zoltantoth6015
    @zoltantoth6015 Год назад +4

    Hello mate I did the same thing but for some reason my Ai Run to the character but wont use the hit animation

  • @diegosantos8112
    @diegosantos8112 Год назад +1

    Nice work! It really helpt to me. I was stucked because i just deleted NavMeshBoundsVolume by error ^^

    • @GorkaGames
      @GorkaGames  Год назад

      haha those things always happen, thank you!

  • @Hollow_Tempest
    @Hollow_Tempest 2 года назад +3

    This was really helpful for me but I had a problem. When I tried to link the self reference to the pawn it didn't work and i'm stuck there because of it. Any way around this?

    • @GorkaGames
      @GorkaGames  2 года назад

      Thanks! Do you mean the self reference on the pawn on the "AI Move To" Node of the Enemy blueprint? If so, make sure you are spelling it right, there shoudnt be any problem. Check that you have context sensitive on when you right click to add a node.

    • @Hollow_Tempest
      @Hollow_Tempest 2 года назад +1

      @@GorkaGames alright Thanks 👍

    • @Kamak86
      @Kamak86 11 дней назад

      @@Hollow_Tempest I have this same problem when following this tutorial. I followed exactly so far. the self will not link up to the pawn. Did you fix it?

  • @nosh247
    @nosh247 Год назад

    THANK YOU!!! LOVED THIS TUTORIAL :D

  • @DragonXO
    @DragonXO Год назад +1

    Im making a game with a lot of movement, and it doesn't really fit in with this AI, because it is very easy to get out of its line of sight. doing this would tend to make the AI just forget I was there. IS there a fix for this.

    • @shadowwolf12398
      @shadowwolf12398 Год назад

      You can just adjust its sight radius and vision angle to fit your requirements

  • @wamballa5948
    @wamballa5948 Год назад +2

    This is great thanks. "isSeeingPlayer" is always true though looking at your blueprint? i can't stop the ai following the player 😞

    • @GorkaGames
      @GorkaGames  Год назад

      Thanks! Hmm, what do you mean exactly? By default "isSeeingPlayer" is set to false, and when it detects the player with pawn sense, it enables it. And later on every frame, it deactivates it unless the player isnt longer being detected

  • @ThatOneMonkeKidWhoAnimatesABit
    @ThatOneMonkeKidWhoAnimatesABit Год назад +1

    i cant see the yellow lines for volume. how do i fix this?

  • @JimyRoze
    @JimyRoze 5 месяцев назад

    Ok you did a good job making this but i feel like there were some things you really ought to have included.
    Like how to add an animation to the Play Anim Montage list cause I don't have that. Its hard to get through the video when you have to pause it every few minutes to look up something it didn't cover.
    Still thanks for the help man.

  • @flebedev9974
    @flebedev9974 6 месяцев назад

    What was the point of creating the "Is Seeing Player?" variable?

  • @JohnTJohnston
    @JohnTJohnston Год назад +2

    Bro how to make camera not creep to a first person view when the ai runs directly behind character?

    • @GorkaGames
      @GorkaGames  Год назад +1

      go into the enemy`s blueprint, then select the mesh, go into the details panel, and scroll down into collision prestes. Then select custom, and check the box on ignore on "camera". Do the same for capsule collider

  • @leejay_0939
    @leejay_0939 Год назад +2

    Hey thanks man tutorial helped me alot question with my animation montage the enemy glides when the animation is playing, would there be anyway of fixing this?

    • @GorkaGames
      @GorkaGames  Год назад +2

      I`m glad that you found it useful. Yeah I actually have a tutorial on that! ruclips.net/video/wOIlkertaLA/видео.html

    • @leejay_0939
      @leejay_0939 Год назад +1

      @@GorkaGames thankyou

  • @bokajon
    @bokajon Год назад

    Thanks for the great tutorial!!

  • @xcryosonx
    @xcryosonx 5 месяцев назад

    Which is the follow up video to this one for making a damage system on your player character?

  • @Obliviouzz
    @Obliviouzz 4 месяца назад

    Btw for me my enemy was glitching out when chasing me, just remove is seeing player variable and it fixes itself. (Is seeing player isnt needed)

  • @GennaiosFX
    @GennaiosFX Месяц назад

    one problem,evey few steps the ai takes a step back(kind like lagging) and then continues the animation,like resetting the animation for half a second

  • @Immortal_BP
    @Immortal_BP 2 года назад +8

    the guy doesnt move, i used different mesh but other that everything was followed the same. my character is just arms idk if that matters

    • @GorkaGames
      @GorkaGames  2 года назад +1

      did you place a navmesh in the scene??

    • @09fireboivlogs69
      @09fireboivlogs69 Год назад

      yeah I followed everything in the video but he doesn’t move even with the navmesh

    • @ChrisDev123
      @ChrisDev123 Год назад

      Put the navmesh under the floor (just a little) and it should work

    • @Forty3Gaming
      @Forty3Gaming 7 месяцев назад

      @@ChrisDev123 tysm

  • @psycotoz3302
    @psycotoz3302 29 дней назад

    Hi, Do you have any idea to how ask the Ai to hit the player with the behavior tree? This two tuto are kinda diffrent xDI tried to skip the "move to" because we already have the behavior tree, but it doesn't work.
    And the last part, when the Ai can attack, don't work :c (It work now, I have to just change animation, I have the impression, than idle withoput animation are not working with the play anim montage.

  • @Shnoodle-p8e
    @Shnoodle-p8e 7 месяцев назад

    is there a way to make it turn smoother, it kind of just snaps on to you, its weird.

  • @Moonzzz
    @Moonzzz 2 года назад +2

    i did all steps in order and seem to have trouble applying the animation to the AI just stuck on a tpose

    • @GorkaGames
      @GorkaGames  2 года назад

      Did you asign correctly the Blendspace Horizontal axis values? From 0 to the enemy`s max speed?

  • @TheCheapMemeGuy
    @TheCheapMemeGuy 16 дней назад

    yo i cant see the animation for attacking in the play anim montage, how can i make it appear?

  • @awesomeboy122
    @awesomeboy122 8 месяцев назад

    I have an enemy that isn't the shape of a human, how could I make it so the player could collide with the enemy instead of not being able to and only colliding with the small capsule collider

  • @croppedcrit8812
    @croppedcrit8812 Год назад +2

    Context: Completed previous tutorial "How to create a Combat System". Than tried to add this tutorial to it using the previous BP_Dummy.
    Issue: AI wouldnt attack, would just stand still after chasing you.
    Solution: There was a double Mesh, had to use the Parent Mesh, and delete the other. Than assigned AP_EnemyAI. Problem solved.
    Moral of the story: Gorka Games actually followed up with me on Twitter, swapped screenshots and videos to help me solve this minor issue, And is amazing lol

    • @GorkaGames
      @GorkaGames  Год назад

      Hey! So the AI does not play the attack animation at all, right? So a fix was the comment that you just highlighted, but If you have tried it and it didnt work.. Could you send me some screenshots of your code? Maybe throught twitter?

    • @croppedcrit8812
      @croppedcrit8812 Год назад

      @@GorkaGames for sure, one sec. ill get those ready.

    • @croppedcrit8812
      @croppedcrit8812 Год назад

      @@GorkaGames I sent everything via messenger on Twitter. just letting you know.

    • @samc4235
      @samc4235 10 месяцев назад

      Hi! This must be the problem I'm having. What do you mean a double mesh? Thanks!!!

  • @JGuill
    @JGuill 6 месяцев назад

    I have a 3 puch animation but the hitonly registers on the first punch, then on the first puch of the animation again. How do i fix it to where every punch thrown registers a hit?

  • @TheGreatWalrus9
    @TheGreatWalrus9 10 месяцев назад

    At first AI would not come at me. Not sure why this broke it but it was because I had hear pawn and sense pawn untoggled. Even though we only wrote a blue print for see pawn action it seems it requires these?

  • @raskyjack
    @raskyjack Год назад +2

    at 9:57 I don't have that option to use "get owner (character movement)". I can turn off context sensitive and find it but then the nodes don't connect nor work. Do you know why this might be?? :)

    • @GorkaGames
      @GorkaGames  Год назад

      Dont worry about the "Get Owner" part as instantly I just delete it. So just type "get character movement", and scroll down to the bottom, and it should appear

    • @SkoomaAddict1337
      @SkoomaAddict1337 Год назад

      @@GorkaGames I have this same problem, the issue isn't the Get Owner part. I think they removed it with an update. We're looking for an alternative :/

    • @LoganJones04
      @LoganJones04 Год назад

      I'm stuck there too, have you had any luck?

  • @Zeinn95
    @Zeinn95 Год назад +2

    Bro I did everything the same as you but my ai still just stays in place I checked the blueprints 9 times or even more but my ai stays in place and does not move

  • @WM_Plays
    @WM_Plays Год назад +1

    Can you show how to make a health bar for this and will it work in first person template provided by unreal engine 5.

    • @GorkaGames
      @GorkaGames  Год назад

      Yeah, I do have some episodes for a combat system, which covers that, but in third person: ruclips.net/video/fp5LbdC4vek/видео.html

  • @kypindor7099
    @kypindor7099 Год назад +2

    Can't get the AI to move towards my Character, rewatched multiple times. If I turn the Acceptence Radius higher it says success but doesn't move, else it just fails.
    It works in the default project so i guess there is something wrong with my project settings or my own ThirdPersonCharacter Blueprint. I have no idea what to do.

    • @GorkaGames
      @GorkaGames  Год назад

      Have you placed te NavMesh Bounds correctly on to the floor?

    • @kypindor7099
      @kypindor7099 Год назад

      @@GorkaGames I did it exactly like in the video, as I said it works in the default ThirdPerson project when I copied the same Enemy Blueprint but it's not working in the project I'm trying to implement it in
      Edit: Fixed it by putting a delay of 0.1 after the "On See Pawn"

    • @BogomilLyubikov
      @BogomilLyubikov Год назад

      @@kypindor7099 I am having the same problem. Where do you put the delay? Can you explain it a bit more cause I don't see where I could put it down 0.1 delay?

  • @dapperdab4530
    @dapperdab4530 7 месяцев назад

    4:57 I followed everything up to here but even after adding the nav mesh it just floats and dose nothing, so I tried adding another one, and that didn't do anything, so now there's two that don't move and I'm not sure how to remove them someone please tell me how to remove objects Google, RUclips, reddit don't help

  • @nikhilpalvankar1179
    @nikhilpalvankar1179 4 месяца назад

    Hii there... I liked your tutorial... Just a question can this work for 2d platformer as well since i want to do the same thing where my enemy is patrolling first and when i get in his range he comes towards me and starts attacking...

  • @christiangallerini5994
    @christiangallerini5994 9 месяцев назад

    I got a problem the montage doesn't work he following me without playing the montage only spam the attack and i delayed

  • @wrichards123
    @wrichards123 2 года назад +1

    Im having trouble gettin this to work with a retargeted character, synty... any suggestion?

    • @GorkaGames
      @GorkaGames  2 года назад

      This should scale into any character, so what is what is not working? The animations?

  • @Flightkitten
    @Flightkitten Год назад

    I am following the instructions, but for some reason when I try to add to the blueprint "Follow Player" I do not see anything pop up.

  • @Bilalmaker1-gq1ti
    @Bilalmaker1-gq1ti 5 месяцев назад +1

    my animation keeps lagging like one time it played then before another time it goes some steps back!!!walk one

    • @Bilalmaker1-gq1ti
      @Bilalmaker1-gq1ti 5 месяцев назад +1

      Oh it was my animation that was moving too!!!

  • @HGamingHQ
    @HGamingHQ Год назад +1

    Managed to get the AI walk towards me and he’s in idle when near me but he isn’t attacking, is it something wrong I did in the animation montage?

    • @GorkaGames
      @GorkaGames  Год назад

      Make sure that you are calling properly the events and make sure that the enemy has a default slot in its animation blueprint

  • @SirMadam_
    @SirMadam_ 2 месяца назад

    is there anyways to use instead of casting? 19:50

  • @ToastMgee
    @ToastMgee Год назад +1

    So, If I create a hockey puck that is a pawn and give the AI a pawn sensing component, is that the beginning of creating something like "defense" in a sports game?

    • @GorkaGames
      @GorkaGames  Год назад +1

      yeah exactly, the AI will already be able to detect and sense other objects

  • @ZenGaming6000
    @ZenGaming6000 4 месяца назад

    Hey gorka please make a tutorial on adding zombie sounds to zombies in ue 5 please

  • @brian3364
    @brian3364 9 месяцев назад

    stuck around the 8 minute mark. when i hold control both of the green x's move and nothing blends. i almost wish they didnt update programs like this so often because its just breaks tutorials and makes it harder for new people to learn

  • @slothsarecool
    @slothsarecool 8 месяцев назад

    Curious if throwing bools around each movement node is best practice, I've been doing this as well but it feels realllllly repetitive for more complex "AI"

  • @JPjohnpetter
    @JPjohnpetter 5 месяцев назад +2

    13:41

  • @leoalvarado-yf8ft
    @leoalvarado-yf8ft Месяц назад +1

    my ai moves but doesn't kill me can someone please help me?
    it's super important for my game and I really need it
    so if anyone knows how to fix it please reply to me

  • @Aspect_1706
    @Aspect_1706 5 месяцев назад

    how do you make a new blueprint? im very sorry if this question is dumb its just that i never uesd unreal and im very new to it

    • @h0nniex
      @h0nniex 5 месяцев назад

      Right click in your content browser! (:

  • @emmanuelosagie1456
    @emmanuelosagie1456 2 месяца назад

    I cant find the ask brantch? I can only find task and mask and if i zoom in to see what you wrote the youtube graphics make it unreadable
    Edit:ive found it i miss under stood what you said

  • @fancypoptart7817
    @fancypoptart7817 Год назад

    at 9:21 when you click enter it doesnt add the dots on the line, and when i try to "cast to BP enemy ai" the only thing that pops up is "cast to BP thirdperson"

  • @Therealozzycook
    @Therealozzycook 7 месяцев назад

    I have a question, what if I want the AI to wander around And attack me? Do I do everything like normal but just put another slot in the animation blueprint?

  • @hevergamedev3988
    @hevergamedev3988 2 года назад +1

    Hey man i was following this video but when i came to testing to see if the ai would mov, he didn't it was just frozen
    update, i figured it out i had just placed the nevmesh thing ubove the ground

    • @GorkaGames
      @GorkaGames  2 года назад

      Hey man, make sure that you have set the navmesh correctly

  • @yeetgang3351
    @yeetgang3351 Год назад +1

    i have a problem whenever i walk a bit to the right the AI will just snap to the closest rotation possable and i dont want that
    can someone help pls

    • @GorkaGames
      @GorkaGames  Год назад

      So in the ai`s blueprint, find in the details panel, orient to movement

  • @Dash-jd3kz
    @Dash-jd3kz Год назад +1

    ran into a small error, when i try to drag and drop the blendspace into the event graph for the AP_ENEMYAI blueprint it says i cant create components from assets in a non actor blueprint. Does this have to do with the fact i chose "Blendspace" instead of "Blendspace 1D"? and if it is so, then where else am i able to choose Blendspace 1D because it didn't give me the option when I created a blendspace blueprint.

    • @davidj3048
      @davidj3048 Год назад +1

      On the left side window open the "AnimGraph" under "Animation Graph" can drop it in even graph

  • @FPChris
    @FPChris 6 месяцев назад

    How do you make the Enemy less stupid? Right now if I simply move behind him during an attack he loses me and I can easily walk away.

  • @typicaldday
    @typicaldday 8 месяцев назад

    hey amazing tutorial vut having issuse when i fisrt tried to play my ai enemy does not move at all an i followed every step but nothing happens an if check multiply times an redid it 3 times on new maps an still no movment

  • @KrownACE
    @KrownACE Год назад +2

    this video is great. only issue im having is my ai seems to move way to fast no matter what i set and runs past me then rubberbands back to behind me

    • @GorkaGames
      @GorkaGames  Год назад +2

      thanks! make sure that in its Character Movement component he has the "Max Walk Speed" set to a lower value

  • @Prenz01
    @Prenz01 Год назад +1

    mine isnt moving

  • @1nf3rn0-v7h
    @1nf3rn0-v7h Год назад +2

    Hello! Thank you for a great tutorial, but the enemy isn't chasing me, what did i do wrong?

    • @1nf3rn0-v7h
      @1nf3rn0-v7h Год назад

      Now It Finally Works, Thanks!

    • @hamburgerfrenchfries3777
      @hamburgerfrenchfries3777 Год назад

      @@1nf3rn0-v7h What did you change?

    • @1nf3rn0-v7h
      @1nf3rn0-v7h Год назад +1

      @@hamburgerfrenchfries3777 The Thing Is, When I Created A Unreal Engine Character Class, It Did Not Add Me The Character Movement Component, Added It Manually And Now It Works