How To Make Parkour Slide In Unreal

แชร์
ฝัง
  • เผยแพร่เมื่อ 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 slide system, this can be found in many games across different genres. Like Apex Legends,Mirror's Edge, Call of Duty, Fortnite and many others.
    Consider supporting me on Patreon: / thatskye
    #unrealengine #tutorial #learning

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

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

    You can download the animation I used in the video here for free: that-skye.itch.io/sliding-animation
    Make sure to read the "install" instructions

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

    you just helped me save alot of time with giving me the animation and the code ill save this video so that i can credit you in a room/level in my game

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

      Glad it helped you out!

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

      @@that_skye you have know idea how much it helped me out i spent 5-10 hours looking for things i lost count after about 3 hours now im goanna suffer figuring out wall climbing and mantling oh and i forgot vaulting

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

      Wall climbing and mantling are often hard to do which is why I haven't gotten around to making videos on those yet. But for vaulting over objects I have a video, here is a link if you are interested: th-cam.com/video/aizl4gVPleQ/w-d-xo.html&lc=Ugyluxhkc_RmoEZhzt14AaABAg

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

      @@that_skye ty and if I find anything out about wall climbing ill probably be sharing tips about it when my game is ready to make content and trust me I plan to make content soon I just need to at least make a couple maps and finish menu and advance movement

  • @nelsonreyes-s3g
    @nelsonreyes-s3g 19 วันที่ผ่านมา

    I'm having issues. Everytime i slide the character leaves the capsule and begins to run in the air. I've re watched this video about 20x. Does anyone have a clue to what i might have done wrong or can send me to the right video to fix and learn from it. Thank you

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

    You forgot to add a "canJump" boolean since it let you jump while sliding.

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

      Yes that's definetly a thing you can add to it! I was kinda debating whether or not to add it to the video. But decided not to since a lot of games do let you jump while sliding.

  • @JenisixR6
    @JenisixR6 3 หลายเดือนก่อน

    was wondering with this code if its possible to cancel the slide by pressing jump, similar to call of duty slide canceling?

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

      I believe so, basically just need to add a check when pressing jump to see if you are sliding. And if you are then cancel the slide.

    • @JenisixR6
      @JenisixR6 3 หลายเดือนก่อน

      @@that_skye after making this in a fresh third person template, it works fine on the first slide but any slide after it causes the player to slide on top of the capsule how would i fix this
      edit: seems like after the first slide the capsule component doesnt update from the half height, if it helps im on 5.4

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

      @@JenisixR6 Ah, for that make sure that in the Timeline node, you are playing it from the start.

  • @LucasGomes-hp8wg
    @LucasGomes-hp8wg 3 หลายเดือนก่อน

    my animation is distorted please help me

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

      Hi, distorted in what way ? Also make sure to retarget the animation to ue5 mannequin if you are using the animation I am using in the video.

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

    thanks!

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

      Thank you for watching :)

  • @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

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

    This is extremely helpful as there are not many unreal engine tutorials out there and if you find one it is outdated or extremely long, Keep it up!

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

    does it work with first person

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

      Hi, I believe it should although you will of course need different animation since your skeleton will be different. Also using a good animation is a key since that is what gives you the movement, so you might need to use something like Launch Character node to propell your character if you don't have a good animation for first person.

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

      @@that_skye ok thank you

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

    those videos are super helpful man, thank you!!

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

      Happy to hear it helped you!

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

    Its a good day when Skye uploads, thank you so much buddy, will integrate this in my game.

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

      Thanks! Hope it works well in your game.

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

    This is an amazing video.
    thank you

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

      Glad you enjoyed it!

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

    link the slide animation as well bro

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

      Added the link to it in pinned comment.

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

      @@that_skye thanks my g