Damage Tutorial - Unreal Engine 5.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 22

  • @Ryuu-Animation
    @Ryuu-Animation 2 หลายเดือนก่อน

    thank you bro, you re really helpful

  • @llow2023
    @llow2023 11 หลายเดือนก่อน

    Worked on the first try, nice.

  • @송승현-y5f
    @송승현-y5f 9 วันที่ผ่านมา

    Something's weird
    He copied everything from the beginning
    Ai's attacking motion doesn't trigger collisions
    In the video, the character is attacked
    The ball collisions started
    I think that's also omitted
    He's not attacked at all right now
    I don't know what to modify

  • @imjusttellingstories1688
    @imjusttellingstories1688 ปีที่แล้ว +1

    Nice tutorials👍
    Are you planning to do attack and block reaction?

    • @lisowi.
      @lisowi.  ปีที่แล้ว

      Thank you, and yes it's scheduled for tomorrow.

  • @shidou2380
    @shidou2380 2 หลายเดือนก่อน

    how to make if player and enemy collide, the player will be damage

  • @lilqboy5576
    @lilqboy5576 2 หลายเดือนก่อน

    why my npc one hit me and suddenly death

  • @roucifer7761
    @roucifer7761 ปีที่แล้ว +2

    Awesome tut as always.
    Just a quick question @Lisowi..
    How can I get my NPC to stop attacking once player has entered death sequence?

    • @lisowi.
      @lisowi.  ปีที่แล้ว +1

      There are a few ways you can go about this. One way would be to create the 'is valid' node which would check if the player is valid and if yes then the NPC attacks but if false then stops. So add this where the NPC checks if they are seeing the player before you add the attack function.

    • @roucifer7761
      @roucifer7761 ปีที่แล้ว +1

      Where would this go? before or after the montage?
      @@lisowi.

    • @lisowi.
      @lisowi.  ปีที่แล้ว +1

      Call this in your 'pawn sensing' section just before you call your function attack. And 'is valid' you are checking for the player, so simply get a reference to your character for that.

    • @roucifer7761
      @roucifer7761 ปีที่แล้ว

      Thank you so much, I can't seem to get it working, but its okay, Don't want to take any more of your time :D You are awesome, please keep on doing what you do. @@lisowi.

    • @lisowi.
      @lisowi.  ปีที่แล้ว

      Message me on discord @Lisowi_ I'll help sort it out

  • @familyg7
    @familyg7 ปีที่แล้ว

    Nice. Very informative. If I would like to learn how to start creating stuff under UN5, where should I start? Like from scratch. I have no experience whatsoever.

    • @lisowi.
      @lisowi.  ปีที่แล้ว +1

      Thank you, I'd start by learning basic things like navigating through Unreal. It can be overwhelming because of all the settings. From then just practice every day for few minutes, if you watch a tutorial don't just follow it and then leave it, destroy everything and build it again from scratch, and only refer back to the tutorial if you're really stuck.

  • @harshittotuka0995
    @harshittotuka0995 6 หลายเดือนก่อน

    i have a character whose weapon is embedded in its skeleton only , like I don't have any separate mesh for it , how can I attach the sphere collision to it , pls help

  • @thereweare7461
    @thereweare7461 ปีที่แล้ว

    Thanks for you good tutorial, I did everything like you but my Question would be, how can I get a Health system like yours?

    • @lisowi.
      @lisowi.  ปีที่แล้ว

      It's from the health tutorial on my channel

    • @thereweare7461
      @thereweare7461 ปีที่แล้ว

      @@lisowi. Thanks Man, now I got everything to work. your Tutorials are extremly helpfull for beginners, like me!

    • @lisowi.
      @lisowi.  ปีที่แล้ว

      I'm happy to hear it helped you out.

  • @trazorgaming9548
    @trazorgaming9548 10 หลายเดือนก่อน

    This Is My 13x Attempt Making an AI....And guess what iam still making it