Damage Tutorial - Unreal Engine 5.2

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 21

  • @imjusttellingstories1688

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

    • @lisowi.
      @lisowi.  Před rokem

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

  • @ryuu-y9zuu
    @ryuu-y9zuu Před měsícem

    thank you bro, you re really helpful

  • @roucifer7761
    @roucifer7761 Před rokem +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.  Před rokem +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 Před rokem +1

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

    • @lisowi.
      @lisowi.  Před rokem +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 Před rokem

      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.  Před rokem

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

  • @llow2023
    @llow2023 Před 10 měsíci

    Worked on the first try, nice.

  • @harshittotuka0995
    @harshittotuka0995 Před 6 měsíci

    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

  • @familyg7
    @familyg7 Před rokem

    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.  Před rokem +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.

  • @shidou2380
    @shidou2380 Před 2 měsíci

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

  • @lilqboy5576
    @lilqboy5576 Před měsícem

    why my npc one hit me and suddenly death

  • @thereweare7461
    @thereweare7461 Před rokem

    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.  Před rokem

      It's from the health tutorial on my channel

    • @thereweare7461
      @thereweare7461 Před rokem

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

    • @lisowi.
      @lisowi.  Před rokem

      I'm happy to hear it helped you out.

  • @trazorgaming9548
    @trazorgaming9548 Před 9 měsíci

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