Unity 3D Active Ragdoll Animation tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

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

  • @andersruud8266
    @andersruud8266 3 ปีที่แล้ว +11

    Nice video, was helpful to me :) Although I had to change the rotations to localRotation to get connected limbs to work correctly, the forearm for example. You'll notice when you move the arm of your ragdoll, the forearm automatically rotates with it(it moves twice as far as it should), which is not what we want at all here, since we're trying to accurately copy the animation. So just change all the rotations to localRotation and everything will work as it should. If this works for you, please leave a note in the video for others in the future, cheers.

    • @drollestprawn
      @drollestprawn  3 ปีที่แล้ว +5

      I pinned the comment in case it's helpful to someone

    • @linkelyes
      @linkelyes 2 ปีที่แล้ว +6

      Hi how did you change the rotation to localRotation please?
      Edit: i found out here is my code :
      public class MotionMatch : MonoBehaviour
      {

      public Transform CopyLimbs;
      ConfigurableJoint cj;
      Quaternion startRotation;


      private void Start()
      {

      cj = GetComponent();
      startRotation = transform.localRotation;

      }
      private void Update()
      {

      cj.SetTargetRotationLocal(CopyLimbs.localRotation, startRotation);

      }


      }

    • @mitoloko6534
      @mitoloko6534 2 ปีที่แล้ว +1

      @@linkelyes i love u so god damn much

    • @Real-S
      @Real-S 4 หลายเดือนก่อน

      thank

  • @ricardoricardo833
    @ricardoricardo833 10 หลายเดือนก่อน +1

    Bro idk how old you were when you made this video, but it helped me a lot holy crap

  • @StarTair18
    @StarTair18 ปีที่แล้ว +1

    Dude i've never seen any better/easier tutorials, thanks a lot

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

    of all videos ive seen on this, this is the best one and most helpful, thanks

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

    Thank you for the rotation script. I was really struggling to get that part to work with other tutorials.

  • @СтаС-ъ8у
    @СтаС-ъ8у 3 ปีที่แล้ว +1

    Thank you friend , i m from Russia , there are dusent have no one video about active ragdoll , you talk about it very understand , ceep going this way , respect from Russia

  • @dec_ves2190
    @dec_ves2190 2 ปีที่แล้ว

    simple, easy to understand, dude your on a roll keep this up!

  • @mishabukach338
    @mishabukach338 ปีที่แล้ว

    The best tutorial i found so far

  • @hovoner
    @hovoner 11 หลายเดือนก่อน +1

    uh what if my animation that i added on my character works strange but in new model it works alright i think its cuz of copyanim script

  • @hovoner
    @hovoner 11 หลายเดือนก่อน +1

    can you make an tutorial on it but so this would be the player i tried making it be my player but couldnt

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

    Coolest Kid ever dude. You are a live safer!

  • @Real-S
    @Real-S 4 หลายเดือนก่อน

    very epic this was very easy! because of you :)

  • @aleemehsan761
    @aleemehsan761 ปีที่แล้ว

    I was also stucked in the issue of Axis of Configurable_Joint and it was Solved with the Extension script you used..
    Thanks a lot.
    hurray 🤩🤩🤩

  • @drollestprawn
    @drollestprawn  3 ปีที่แล้ว +3

    leave a like if it was helpful and consider subscribing
    Join my discord for help: discord.gg/BECenjSN8R
    please support me on Patreon: www.patreon.com/drollest

    • @oldaccount553
      @oldaccount553 3 ปีที่แล้ว

      The discord link didn't work for me

  • @themac4953
    @themac4953 3 ปีที่แล้ว +2

    this was on my birthday Thx

    • @drollestprawn
      @drollestprawn  3 ปีที่แล้ว +2

      lol on another of my ragdoll tutorials someone commented that it was uploaded on their birthday too!

  • @XGameR593
    @XGameR593 2 ปีที่แล้ว

    Wow that was really cool

  • @Warp_Speed_Studios
    @Warp_Speed_Studios ปีที่แล้ว

    if you hold right-click you can use WASD to move around your world

  • @АнтонВълчанов-ь8и
    @АнтонВълчанов-ь8и 3 ปีที่แล้ว

    very cool my dude keep it up! :D

  • @boo00000ooo
    @boo00000ooo 22 วันที่ผ่านมา

    does this also work with the character joints? somehow? the configurable joints don't work with the rest of my game

  • @TomFowkes
    @TomFowkes 3 ปีที่แล้ว

    it wont let me rotate the joint with the target rotation
    all i need is a ragdoll that i can pose in the editor and then keep in the same position forever so i can take a screenshot of it for the game

  • @rickrock6666
    @rickrock6666 2 ปีที่แล้ว

    Very helpfull, thanks man.

  • @maybesterling6322
    @maybesterling6322 2 ปีที่แล้ว

    bro thank you so much

  • @AnshumanStark
    @AnshumanStark 2 ปีที่แล้ว

    Thanks!

  • @rileyp-b2859
    @rileyp-b2859 3 ปีที่แล้ว

    Nice Video! I was wondering if there was a way that i could make my ragdoll less wobbly, i like the floppy aspect but i think my ragdoll is too wiggley. thx

    • @drollestprawn
      @drollestprawn  3 ปีที่แล้ว

      Turning the position damper up might fix it.

    • @rileyp-b2859
      @rileyp-b2859 3 ปีที่แล้ว

      @@drollestprawn it didnt help to much any other ideas? (sorry to bother you)

  • @mjohanshah98
    @mjohanshah98 3 ปีที่แล้ว

    now i have ragdoll and target. can i just use one and remove the other after making it copy my animation?

    • @drollestprawn
      @drollestprawn  3 ปีที่แล้ว +2

      If you don’t want the target in the scene then you can delete the skinned mesh renderer so it’s invisible but you can’t delete the target because you’ll get errors

  • @sasijashani234
    @sasijashani234 3 ปีที่แล้ว

    Thank you

  • @Sir-Autism
    @Sir-Autism 11 หลายเดือนก่อน

    balancer never worked

  • @Vector2
    @Vector2 3 ปีที่แล้ว

    es una maravilla wow

  • @harddev9181
    @harddev9181 ปีที่แล้ว

    yo

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

    .

  • @vapo6372
    @vapo6372 7 หลายเดือนก่อน +1

    You rock dude