How To Parkour Over Objects In UE5

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • In this mini series of videos I will be showing you how to create different aspects of parkour in Unreal. Specifically in this video we will go over the Vaulting system, this can be found in many games across different genres. Like Mirror's Edge, Call of Duty, Witcher 3, Watch Dogs and many others.
    #unrealengine #tutorial #learning

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

  • @that_skye
    @that_skye  9 หลายเดือนก่อน

    Like last time here is the link for the animation used in this video: that-skye.itch.io/vault-animation

  • @saifialeem8255
    @saifialeem8255 9 หลายเดือนก่อน +1

    Thank you so much Skye, the tutorial is so precise and crisp, I love this. Please keep bringing more of these. ❤

  • @that_skye
    @that_skye  9 หลายเดือนก่อน

    If you want to combine this system with the Slide system check this video out where I fix a major bug it has. th-cam.com/video/rm7ao0yVA1Q/w-d-xo.html&ab_channel=ThatSkye

  • @Gazwal_Studios
    @Gazwal_Studios 4 หลายเดือนก่อน

    my character lies down when the animation starts

  • @bubbless9086
    @bubbless9086 9 หลายเดือนก่อน +1

    Very Good Tutorial, but it didn´t work for me, even tho I exactly copied what was shown in the video, do you have any advice?

    • @that_skye
      @that_skye  9 หลายเดือนก่อน +1

      Hard to say without more specific information. I would first look into enabling visibility on casting the trace lines, and checking if they are actually registering the hits.
      You might also want to adjust positions of them so that they are in line with the obstacles you want to be able to vault over.

    • @bubbless9086
      @bubbless9086 9 หลายเดือนก่อน

      I think I fixed it, In my case the arrows were a bit too high... but also after I slide I cant vault Anymore :/

    • @that_skye
      @that_skye  9 หลายเดือนก่อน +1

      Happy you got it to work. As to why you can't slide I didn't really run into that issue any clue as to why that might be ?

    • @bubbless9086
      @bubbless9086 9 หลายเดือนก่อน

      @@that_skye I didn't find anything, ITS really weird, because I can normally Vault, until I use Slide, after that I am Not able to Vault Anymore

    • @that_skye
      @that_skye  9 หลายเดือนก่อน +2

      Okaaay I found the issue and solution I guess I didn't test it properly. But basically what's happening is that when you recover from the slide your mesh moves up. But those arrows that are used to detect obstacles move up with it, however they don't move back down. Simple solution is to drag them so they are not parented to the mesh but instead to the capsule component.
      I'm gonna record a quick video on this tomorrow and add it to a pinned comment under this video. This is my bad I should have catched it while testing it.

  • @TheSilverFoxLP
    @TheSilverFoxLP 8 หลายเดือนก่อน

    would you be able to make a tutorial on climbing ladders/ poles with animations in UE5.3

    • @that_skye
      @that_skye  8 หลายเดือนก่อน +1

      Hi, not sure when I'll get around to it but it is one of the videos I want to make in the future.

  • @gustavbechmann8952
    @gustavbechmann8952 5 หลายเดือนก่อน

    Ive done everything in your tutorial and it works well, but for some reason my character teleports back to the place where he started vaulting..

    • @that_skye
      @that_skye  5 หลายเดือนก่อน

      Hi, in that case I recommend checking if you allowed root motion in your animation.