Unreal Engine 5.4: Motion Matching Foot IK / Ground IK | Control Rig Implementation | Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ย. 2024

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

  • @yukio4798
    @yukio4798 21 วันที่ผ่านมา

    This video is helpful. The videos you made are so related and important to motion matching. I believe you deserve more audience. Great job and keep it up!

    • @TheEpicSingh
      @TheEpicSingh  21 วันที่ผ่านมา +1

      Thank you so much for the support and kind words! I'm glad you found the video helpful. It means a lot to hear that the content is valuable and relevant. I'll keep working hard to bring more quality tutorials on motion matching and other topics.
      Thanks again for your encouragement!

  • @phantasywavestudios
    @phantasywavestudios 29 วันที่ผ่านมา +3

    Just use FootPlacement node before the LegIK node, make them into Booleans (Replacing the float Alpha) Make a function that does or doesn't allow to use foot placement and leg IK with an output of boolean, in that function you only need to pull a Curve value for the "MovingTraversal" and check if "Is Falling" make sure that curve is always 0 when using footplacement and LegIK, and there you go Complete FootIK with Slope too. The issue in this template is the curves, curves in here are extremely important. you don't need the control rig here.

    • @TheEpicSingh
      @TheEpicSingh  28 วันที่ผ่านมา +1

      Thanks for the suggestion!
      I'll definitely give this method a try. It sounds like an efficient approach, especially with the emphasis on curves. I appreciate the insight! 😃

  • @azura7709
    @azura7709 25 วันที่ผ่านมา

    great video!!, can u please make a video explaining vaulting and traversal moves with motion matching, it would be a huge help.

    • @TheEpicSingh
      @TheEpicSingh  24 วันที่ผ่านมา

      Thanks for the support! I'm actually uploading a video today on adding custom traversal meshes. In an upcoming video, I'll dive into how traversal moves with motion matching work, so stay tuned!

  • @user-pl3su4zc5h
    @user-pl3su4zc5h หลายเดือนก่อน

    Thanks for making the video and keep It up

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

      Thanks for the support! I'm glad you found the video helpful. I'll keep bringing more content-stay tuned!

  • @NateUE
    @NateUE 29 วันที่ผ่านมา

    Awesome tutorials you've made so far. If it's possible I'd love to see some kind of modification to the first person camera that smooths out the motion. I've tested it with a couple of people who say it gives them motion sickness.

    • @TheEpicSingh
      @TheEpicSingh  28 วันที่ผ่านมา

      Thanks for the kind words! 😊 You can definitely smooth out the camera motion by adjusting the speed of the linear lerp camera movement transition. There should be a variable for that in the blueprint, which you can tweak to reduce the abruptness and make the camera movement smoother or faster. Let me know if you need help finding or adjusting it!

  • @whyareless
    @whyareless 7 วันที่ผ่านมา

    The solution to fix the ik_foot going back to red text is to make a whole new node and replace them that way. Duplicating the node will not work. Weird little controlrig bug.
    Also, you wouldn't happen to know a way to fix the FootIK sometimes glitching making the feet go up and down really fast while standing on the floor?

    • @TheEpicSingh
      @TheEpicSingh  7 วันที่ผ่านมา +1

      Thanks for the tip on the IK_Foot issue-I'll give that a try! As for the FootIK glitch, I've noticed that too. It usually happens when the IK solver is struggling to find the right position for the feet. One possible fix is to adjust the sensitivity of the foot detection or add a slight delay to smooth out the rapid changes. I'll look into it more and share any solutions I find. Thanks for watching and for the helpful input!

    • @whyareless
      @whyareless 7 วันที่ผ่านมา

      @@TheEpicSingh Thank you for the video and reply! 😄

  • @SG.BEATz1
    @SG.BEATz1 หลายเดือนก่อน

    Bhaisahab . How can i add vehicle and animations using this .

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

      I'll definitely consider making a tutorial on that in the future! Adding vehicles and animations requires setting up the right mechanics, so stay tuned for more content