Realtime Control Rig in Unreal

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 24

  • @seanmenzies1986
    @seanmenzies1986 7 місяців тому +1

    This didn't directly help me with my specific issue but it got me there. I've been puzzling how to exit control rig logic without snapping and I saw you had some float plugged into the aim node weights then it clicked that you can simply feed an alpha into the rig and multiply it by whatever weight you want and lerp back to your bone transform. Anyway, you have an excellent way of explaining so keep on keeping on :)

  • @RictorScale
    @RictorScale 10 місяців тому

    This is so underrated it took me forever to find this, theres such little info on this. Thanks bro

  • @FPChris
    @FPChris 6 місяців тому

    I would love to see a tutorial using this on a VR fullbody character. The VR community is hurting for a GOOD Unreal solution. I'm guessing you could put a sphere in each hand of a third person character to work out the blueprints then later replace the spheres with the VR controller locations ?

    • @CraigPerko
      @CraigPerko  6 місяців тому

      It sounds like it's just a typical IK setup. Just create a Vector3 variable for each hand and set it each frame from the controllers, then use that to do IK.

  • @adamisme9176
    @adamisme9176 Рік тому

    This is pretty good. You understand the aim and aim math nodes. I have some working in my control rig for hand placement during climbing. Took me forever just playing with numbers. It works near perfectly, but I have a bug now when a world y Axis plane opposite me at waist high goes down in z axis, my whole hand rotates fingers pointed at my body. If I understood aim math better I feel I could solve the problem.

    • @CraigPerko
      @CraigPerko  Рік тому +1

      This is a very common problem! You can usually fix it by changing which axes are the primary and secondary ones. Remember that an axis strength can be -1!
      Otherwise you'll need to create a little math to rotate things around.

    • @adamisme9176
      @adamisme9176 Рік тому

      @CraigPerko haha yes I'm aware because it only added 30 minutes of experiment time. Hoping to hook it up to a print node tonight and figure out what changes. Thanks for getting back to me. Definitely got a sub and like. Seriously thanks man

  • @StephenMinkin
    @StephenMinkin Рік тому

    good tips.

  • @davehansan
    @davehansan Рік тому

    great videos thank you!
    for some reason my character is stuck in t-pose when i connect the control rig node to my anim blueprint. i know the control rig is working because ive been using it for animations but i cant get it to work in the anim blueprint. Any ideas?

    • @CraigPerko
      @CraigPerko  Рік тому

      There are too many things that could be wrong, and not enough description to know. It could be something as simple as forgetting to wire the output of the control rig node to the anim blueprint's main flow.

  • @hotsauce7124
    @hotsauce7124 Рік тому

    Thank you

  • @alex-qn5xp
    @alex-qn5xp Рік тому

    Are you using blender? If you are I can give you the big list of settings that make it almost Identical to unreal. That way your models, animations and rigs will be scaled properly, plus animations will import at the right sample rate.

    • @CraigPerko
      @CraigPerko  Рік тому

      I've never had a problem with that. My only problem is that Blender rigs can't be exported to Unreal, and you have to recreate them from scratch.

    • @alex-qn5xp
      @alex-qn5xp Рік тому

      @@CraigPerko I could've sworn there was an add on that exported ik rigs from blender to unreal. I can't remember what it was called though.

    • @CraigPerko
      @CraigPerko  Рік тому

      ​@@alex-qn5xp Might be by now!

  • @mana20
    @mana20 Рік тому

    You used C# pretty heavily when you used Unity. Are you using strictly blueprints? I've done both and find C++ to be clunky(we're spoiled with C# syntax) and lean towards using only blueprints for now.

    • @CraigPerko
      @CraigPerko  Рік тому

      Yeah, I'm nearly 100% blueprints. It suits my obsession with prototyping.

  • @RPGkanon
    @RPGkanon Рік тому

    can you get this working in unreal engine for fortnite ?

  • @QuaidTseng
    @QuaidTseng 9 місяців тому

    Yeah it took me couple days to find out that "global" isn't "world"

  • @kidneyaiopm1903
    @kidneyaiopm1903 Рік тому

    🐐🐐🐐🐐🐐🐐

  • @StephenMinkin
    @StephenMinkin Рік тому +1

    "fin terp" F Interp....Float Interpilation.

    • @CraigPerko
      @CraigPerko  Рік тому

      "Nothing goes over my head. My reflexes are too fast. I would catch it."