Create AI that follows you with motion matching and can traverse in UE 5.4 Game Animation Sample

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

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

  • @ChadMaster_
    @ChadMaster_ 2 месяца назад +3

    Ai MoveTo works if you enable "Use Acceleration For Paths" within the character movement component. At least it worked for me

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

      thats good to know thank you

    • @Vic-VvV
      @Vic-VvV Месяц назад +1

      If I want to use the strafe moveset, how should I go about it? I’ve done a few tests, but I couldn’t get it to work. When I turn off 'Use Acceleration For Paths,' it looks like a strafe move, but the acceleration feels off. On the other hand, if I leave it on, it switches to a pivot moveset.

    • @treehousebandit
      @treehousebandit  Месяц назад +1

      @@Vic-VvV That's a good question I personally haven't toyed with that yet. Did you play with the acceleration rates at all in the character movement component if you did and that didn't work, I would think about checking if the NPC is facing the player or not and if they are you can set to strafe and if not you can uncheck it. I am going to get into behavior trees soon and that would possibly another way to do this and I will add it to that video if I can get it working.

  • @viraj3944
    @viraj3944 3 месяца назад +17

    Why are all the good unreal youtubers so underrated.

    • @treehousebandit
      @treehousebandit  3 месяца назад +1

      dahhh thank you ! i can tell you I do zero promotion or out reach right now.

    • @berimbaueletrico2573
      @berimbaueletrico2573 3 месяца назад +2

      ​@@treehousebanditMan! Keep up the good work! Amazing tutorial +1 Sub... Don't give up!

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

      @@berimbaueletrico2573 thank you!

  • @Xarlithion
    @Xarlithion 3 месяца назад +1

    Clear Mic and directions, great presentation. Now I can fail with no excuses.
    Subbed

    • @treehousebandit
      @treehousebandit  3 месяца назад +1

      lol thats the spirit! i find that everything fails until it works. appreciate the kind words

  • @norvsta
    @norvsta Месяц назад +1

    Superfast tut with huge bang for buck. Thanks!

    • @treehousebandit
      @treehousebandit  Месяц назад +1

      Happy to know it helped, yw! Have fun out there

    • @norvsta
      @norvsta Месяц назад +1

      @@treehousebandit even more fun now I discovered I can add a second AI with a separate jump key input. Starting to look like Keystone Kops !

    • @treehousebandit
      @treehousebandit  Месяц назад +1

      @@norvsta 😂 i hadn't heard of that before, I had to check out a video. that's hilarious, thanks for sharing

  • @jayhop960
    @jayhop960 3 месяца назад +1

    liked and subbed you deserve more views and likes

    • @treehousebandit
      @treehousebandit  3 месяца назад +1

      appreciate it! i was excited to see this working with the motion matching and wanted to share.

  • @Deculayn
    @Deculayn 3 месяца назад +2

    Thanks for the AI tutorial.

  • @WestinsWorldStudio
    @WestinsWorldStudio 26 дней назад +1

    Just what I needed, thank you!
    What if I want the AI to automatically traverse instead of pushing a Key as in this example?

    • @treehousebandit
      @treehousebandit  24 дня назад +1

      glad it helped, you're welcome! I do have a video for that but it can be confusing since it was one of my first videos and it's a little more intricate coding, check the comments of the video for help if you get lost : ruclips.net/video/Nzgx9CAi5dw/видео.html

  • @bluemespanish
    @bluemespanish День назад

    How to stop it from beign to close or going through my character.

  • @habagun737
    @habagun737 День назад

    Hello, is there any way to add custom mesh to npc character that is a child of CBP_SandboxCharacter or am I doomed?

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

    Hi there! First of all, thank you for the video, it has been very helpful. I'm new to Unreal Engine 5, I've migrated the Sandbox character to another project. I'm having trouble with rotation towards a target when using Motion Matching. I created a child Blueprint of Sandbox and set up the follow logic, and it worked perfectly: the child character would look at the target while following it.
    However, when I try to create another NPC by duplicating the Sandbox parent Blueprint and setting the "Use Controller Desired Rotation" and "Allow Physics Rotation During Anim Root Motion" options, the new character doesn't rotate towards the target, even though the following behavior works fine.
    I've carefully checked all the settings, making sure they're identical to the child Blueprint that works, but the problem persists. To rule out any issues specific to the duplicate, I even created another child Blueprint from scratch, but it also doesn't rotate towards the target. Interestingly, if I duplicate the original child Blueprint that worked, the copy also works correctly and looks at the target.
    Could you help me understand why this is happening and how I can fix it? There seems to be some subtle difference between the Blueprints that I can't identify, and I'd like all my NPC characters to be able to rotate and look at the target while following it.
    Thanks.

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

      yw and ty! it sounds like maybe 'wants to strafe' is enabled. you want that off so you can set orient rotation to movement to be enabled. if that isnt the case id have to see a screenshot of the settings.

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

      @@treehousebandit I also had this problem. Thanks, it really helps by unchecking "want to strafe"

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

    Appreciate this I have Built on to this logic for AI Auto climb this is nice!

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

      youre welcome, nice work adding to it!

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

      how did you do that? any chance you could do a quick vid and post it?

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

      @@lukeyates8195 I Can Do That

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

    how do i change the mesh of the AI? I changed it in the BP but it didn't make any difference

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

      Follow this video ruclips.net/video/HzQQbhAeFEE/видео.html until the NPC and the NPC anim bp is made then watch ruclips.net/video/VSPTUW3X3n0/видео.html to be able to change the mesh.

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

      @@treehousebandit Thank you

  • @ColorBuffer
    @ColorBuffer Месяц назад +1

    Thanks man

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

      you're welcome, thanks for stopping by, good luck creating~

  • @PommeVerte47
    @PommeVerte47 3 месяца назад +1

    Thank you !

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

      anytime ! i added a more in depth video just now

  • @mattkaiser8984
    @mattkaiser8984 3 месяца назад +1

    Subbed!

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

      ty!

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

      @@treehousebandit Any chance you'll take this and expand? NavMesh, behavior trees ?

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

      @@mattkaiser8984 I was planning on learning more about the learning agents plugin to see if I could do something with that. if I get that working I will make a video on it.

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

    I laughed so hard at the check box comment hahha

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

    Can u make the player die when ai catches you plzzz

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

      ruclips.net/video/HzQQbhAeFEE/видео.html since you bullied me into it

  • @azythegreat
    @azythegreat Месяц назад +1

    0:40 What this do?

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

      this lets the 'add movement input' node rotate the character when a root motion is playing *Edit:* i honestly only checked that because of another tutorial I watched regarding motion warping and they didn't really explain why so use with caution. you could use an anim notify to enable and disable it as needed instead.

    • @azythegreat
      @azythegreat Месяц назад +1

      ​@@treehousebandit Ah ok. Thanks for explaining. I'm testing it now, doesn't seem to do anything actually. Gonna just leave it false.
      Also, just to share, enabling OrientRotationToMovement in CharMoveComp is only for non-GASP. For GASP, WantToStrafe boolean already acts as an on/off switch for OrientRotationToMovement. It's in the UpdateRotation function. This part 2:50 is good enough, not required to make any changes to CharMoveComp.🙂

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

      @@azythegreat nice catch !

  • @itzDrizzyyyman
    @itzDrizzyyyman 3 месяца назад +2

    the outro bro haha

    • @treehousebandit
      @treehousebandit  3 месяца назад +1

      when you gotta go you gotta go brother, thanks for watchin til the end

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

    my AI doesnt turn towards the player character!!

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

      wants to strafe is unchecked? orient rotation to movement should be checked too

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

      I was disconnecting the strafe in the blueprints and not actually unticking it in the detail panel ! Would this method work if the AI wasnt a child but duplicated from the sandbox character?​@treehousebandit

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

      @@CTRLsway yes you can, ruclips.net/video/HzQQbhAeFEE/видео.html is a video of mine on how to do that. basically you need to duplicate the ABP as well and then change the ref in that new ABP to the new duplicated sandbox character.

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

      @treehousebandit ahhh perfect! I was wondering why when i did this the AI would just hover towards me instead of using the animations! Thanks