Unreal Engine Paragon : Hit Character

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • Here is a new Unreal Engine Paragon tutorial in which I show how to hit a character with a punch.
    You can learn in this UE4 tutorial how to use Collision components and Nofify Events with Blueprints.
    See my social profiles here
    G+: plus.google.co...
    Twitter: / jayanamgames
    Facebook: / jayanamgames
    Patreon: / jayanam
    Indiegogo: / jayanamgames
    Production Music courtesy of Epidemic Sound: www.epidemicsou...

КОМЕНТАРІ •

  • @0u73rh34v3n
    @0u73rh34v3n 4 роки тому +2

    You'd be doing the world a favor by finishing this video series

  • @JJTheJetPlane27
    @JJTheJetPlane27 2 роки тому +1

    You are by far and away one of the best youtube tutorial guys for ue4, Thanks for the uploads!

    • @JayAnAm
      @JayAnAm  2 роки тому

      Thx, and new ones for Blender and UE4 are planned.

  • @champion6929
    @champion6929 3 роки тому

    MAN, this guy knows how to teach!!

  • @JoshuaReyes
    @JoshuaReyes 6 років тому +1

    Great tutorial as always! More Unreal tutorials please.

  • @noisyether9211
    @noisyether9211 5 років тому +6

    Yo can you finish this set of videos.On Hit reaction to hit.

  • @0u73rh34v3n
    @0u73rh34v3n 4 роки тому

    Would it make more sense to register the hit on the enemy? Just thinking if you had multiple different enemy types with varying attributes, it might be better to handle the hit on the enemy itself instead of branching off a series of enemy types.

  • @lablonsk
    @lablonsk 4 роки тому

    Hey nice. I'am Brazil. Thanks for Help!

  • @lbombonat
    @lbombonat 3 роки тому

    Your work is amazing, you explain very well, easy to understand. I just would like to know what is the name of the background music?

  • @drewwitt9287
    @drewwitt9287 5 років тому +2

    Everything works great. My problem is that it only recognizes hits on 1 type of enemy. Instead of "Cast to (specific enemy blue print and its capsule collider)" Is there a way to get any type of any enemy?

    • @臧春雨
      @臧春雨 3 роки тому

      You can try using a blueprint interface.

    • @App-Tips
      @App-Tips 2 роки тому

      I make the enemies childs of the Parent Enemy then in the blueprint code to hit the Parent and will work to any enemy child.

  • @alejandromontenegroreyes724
    @alejandromontenegroreyes724 4 роки тому

    Hi, how you do this for both hand and feet?

  • @cheongkarwai3396
    @cheongkarwai3396 4 роки тому

    hi i am wondering if this asset is applicable on mobile game?

  • @solarstoned
    @solarstoned 6 років тому

    hey thanks for the cool tutorials. any chance you could add a tut on how to add sound cues to these characters

  • @jonathansilberstein2429
    @jonathansilberstein2429 4 роки тому

    Can you do a video on the rest of movement a character might have in game like crouching, sliding, climbing, blocking/defending, swimming, and sprinting?

  • @ifranckie
    @ifranckie 5 років тому

    Hey, how can i setup the second fist attack/colision? (construction script, bp ect). thank you, awesome tutorial!

  • @da_cat
    @da_cat 4 роки тому

    Dude, where is the last video of this showing how to put NPC animation when hit and dying ?

  • @shingAMarie
    @shingAMarie 6 років тому +1

    Jayanam, were you able to make the hit reaction tutorial? This is important to me because I can't find any straight forward tutorials on youtube or in the documentation on how to do this. I would definitely support on you patreon if I could get this feature explained to me. For example, if I hit the enemy in the head I want the head to get hit with a physical reaction and similarly for the rest of the body and so forth. If you could help in this that would be amazing. thanks so much!

    • @shingAMarie
      @shingAMarie 6 років тому

      Thanks for not responding, and being a teez and promising something and wasting all our time. Just say yes or no, is it that hard?

    • @rishabhlaheja7689
      @rishabhlaheja7689 6 років тому

      @@shingAMarie hey did u get the hit reaction tutorial ? I am waiting for the same but jayanam hasn't yet made it

  • @JohnSmith-rn3vl
    @JohnSmith-rn3vl 5 років тому

    Loving these unreal videos ... Is there any chance you will get back to unreal again or are you focusing on unity these days?

    • @JayAnAm
      @JayAnAm  5 років тому

      There will be UE4 videos again

  • @sudd3660
    @sudd3660 6 років тому +1

    i just hope there is a way to fix the motion blur issue, the hands when moving looks like blurry hairy things

    • @JayAnAm
      @JayAnAm  6 років тому +1

      It's just the recording

  • @mr.sunshine4432
    @mr.sunshine4432 5 років тому

    If anyone would be so kind to help: Everything works fine until the 'bitwise and' node is implemented. It doesn't do damage and it doesn't show the print string. If i remove the 'bitwise and' node then everything works fine but it hits the AI multiple times as per usual. Checked the vid three times and can't seem to find the problem. Is there a different node that could work here? Thanks in advance

    • @Beh3D
      @Beh3D 4 роки тому

      I am also having this problem. Did you find a solution?

    • @Beh3D
      @Beh3D 4 роки тому +1

      one workaround I found is to simply make the fist hitbox very small and close to the body, so that it does not touch the enemy in the default stance and can only reach the enemy through the attack

  • @stephenhidalgo7608
    @stephenhidalgo7608 6 років тому +2

    Nice, are you going to make the hit reaction tutorial? ty

    • @JayAnAm
      @JayAnAm  6 років тому

      Yes, will come soon

  • @InMemoryOfNeo
    @InMemoryOfNeo 6 років тому +1

    Nice video. Thank you. I want to ask a question. Can I create android game with unity and csharp in Ubuntu? Thanks.

    • @schwobbel
      @schwobbel 6 років тому +1

      u can code android game in c# and unity but i dont know if it works in ubuntu since im not that good with linux but i guess

    • @JayAnAm
      @JayAnAm  6 років тому +1

      Yes, it is platform independant

    • @MichaelHelmick2016
      @MichaelHelmick2016 6 років тому +1

      Unity version for 2017 had a linux build that would do as you want. Not sure about the new 2018.

  • @darkmagiciansels5833
    @darkmagiciansels5833 4 роки тому

    i dont know why all doing tutorials without knowing what are doing just copiying , if you use this method , lets say you are hitting an enemy you begin overlap and you do damage to him , but if your sword still close to the enemy and still overlapping with him , if you hit him again it wont work until the you move away

  • @ponimania
    @ponimania 5 років тому

    Ни%уя не понятно, но очень интересно**