КОМЕНТАРІ •

  • @StephenWebb1980
    @StephenWebb1980 Рік тому +34

    Pro Tip: When you are setting up your 2 bone IK Constraint bones all you need do is populate the tip joint, then right click on the 2 bone ik components script header and select Auto Populate from Tip it also auto creates the IK_target and IK_hint game objects.
    next pro tip - you can actually pose your character using the IK controls in edit mode if you have the Animation window open and click 'preview'. So no need to go back and forth between play mode and editor mode. In the animation editors 'Preview' mode you can also play the animations to see how they would look with the IK system. You'll notice that on the animation window if you press play in edit mode it will play the selected animation in Preview mode.

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

      Thank you broo i love you

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

      There is also one more Caveat I forgot to mention - If you have Use Root Motion selected on your character, then press the preview button or the play animation button, your character will snap to it's parents world position. I have a Player System object and under this I have the model, my Player System object was located at the world origin, but the character was not. When I was Root Motion in the animator controller, it would snap my model to that location - so if you're gonna use root motion, be sure to either turn it off when you are doing your IK adjustments, OR make sure that your animated model is at the same location as it's parent. You're welcome. 8)

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

      And hey, Kiwi coder - excellent work brother.

  • @Harry-dh2pm
    @Harry-dh2pm Рік тому +24

    This is such a godsend. Seriously, straight to the point, comprehensive and MOST importantly - doesn't start with "create a new unity project and build your entire game around only this one feature working". It's so helpful to have a tutorial that understands it's going to be used in the real world and fits in with other workflows. For instance, I saw a similar tutorial that required you to rebuild your entire character rig from scratch in blender and put you into a workflow where many animation features would then be impossible down the line. Great job!

  • @rameezsafdar6563
    @rameezsafdar6563 3 роки тому +54

    This is the finest tutorial on Animation rigging on Unity. You explained everything and very clearly. Subscribed!

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

    Great tutorial. What I really appreciated about it was the fact that it wasn't just add the weapon to the hands through IK. That would have been good enough I guess, but you went to trouble shoot the issues of it not looking right and then how to address these issues. Thanks a mil.

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

    Awesome video - perfect for what I was doing, and I never would have thought I'd needed the animation rigging package if I hadn't found this - thanks!

  • @pat17681
    @pat17681 2 роки тому

    This is like the fourth time I'm seeing this video, I've finally understood and now I can do this without watching again and again. Thanks a lot.
    Hoping you'll be active again.

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

    I used the standard scripting method to do this, but this still helped me understand how IK works and told me about the existence of hints when the Unity docs did not so thank you!

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

      Awesome! There’s another built in Ik system too you can use as an alternative to this.

  • @PabloTheDolphin
    @PabloTheDolphin 4 роки тому +18

    You're an absolute god. Your videos are packed full of only useful information and no excessive pauses or explanations. And using all the latest tech from unity to boot (except the new input system but that's easy enough for me to refactor myself).

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому +3

      Thanks for the kind words :) Cinemachine & Animation rigging is a great combo. I'm yet to checkout the new input system or dots tho

  • @robosergTV
    @robosergTV 3 роки тому

    this channel is gold

  • @Mrjononotbono
    @Mrjononotbono Рік тому +3

    I'm new to animations in Unity and really want NPCs to carry weapons. This tutorial is excellent. Thanks so much. Subbed!

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

    Fantastic video and very clear directions. Thanks for making it easy!

  • @johnbon7449
    @johnbon7449 3 роки тому +9

    Thanks! You saved me hours with "Rig Transform" on the gun

    • @dftpunk
      @dftpunk 2 роки тому +1

      Is only needed if the gun is a child of a character

    • @devensmith8495
      @devensmith8495 2 роки тому +1

      @@dftpunk Thank you so much I don't know why but if I put a rig transform on my gun I cannot change any of the guns transform values which is exactly why I need it to aim the gun up and down. I spent at least an hour trying to solve this and saw your comment and just unchilded the gun. Didn't fix the rig transform not working but it gave me a work around.

  • @A5tr0101
    @A5tr0101 5 місяців тому

    Thank you for this, it helped me so much in understanding unity rigging!

  • @michaelmcveigh9534
    @michaelmcveigh9534 3 роки тому +3

    This is a great tutorial and highly underrated channel. Thank you!

  • @BlueAccentGamingYT
    @BlueAccentGamingYT 9 місяців тому +1

    The best thing since peanut butter my guy. You just saved me a ton of time!!!

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

    very fun, can't wait for more

  • @nikrbawker
    @nikrbawker 3 роки тому

    Superb they've really kept going with Unity. Getting closer to not needing code although I still think code helps tie things together a lot better. Still possible to make great stuff without it though. First time really using Unity a lot since 5. Working on a game, it's a pretty big project but trying to keep it humble in every way that will still go over smoothly.

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

    The video I was looking for. Thank you so much.

  • @Klenzer
    @Klenzer 3 роки тому +18

    For anyone struggling on getting the hands to snap to the weapon...You have to make sure that the RigLayer is IN the mesh your working with (SM_Character_Male_01 in this case) and that the "gun" object is ALSO a child object of the mesh. Wasn't too obvious to me and took a few hours to figure out. Looks something like this:
    v SM_Character_Male_01
    Character_Male_Face_01
    > Root
    > RigLayer
    v Gun
    ref_right_hand_grip
    Later in the video, TheKiwiCoder also points out that you can put the gun within the root parent to follow transformations. This still works.
    Thanks for the awesome video!

  • @isjesse1
    @isjesse1 3 місяці тому

    Thank you so much, so much info in such a short time.

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

    Learned alot with this video! Thank you!

  • @BORNIS
    @BORNIS 2 роки тому +2

    Cool, thanks! Hello to Russia too :) Your guides are the best, keep up the good work))

  • @imbluedabadidabedei
    @imbluedabadidabedei 2 роки тому

    love u man this is what i needed

  • @Lightkitara
    @Lightkitara 4 роки тому +1

    Thanks for the video! I managed accomplish this behavior for my character just yesterday but your solution seems a lot more straightforward.

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому

      No probs! I’m interested, what was your solution?

    • @Lightkitara
      @Lightkitara 4 роки тому +1

      @@TheKiwiCoder I had references under Rig hierarchy for both the handle (meant for R_hand ) and the barrel (meant for L_hand ) of the gun. Then I used m_parent constraint to hook the handle to stick with the right hand ik. But then I ran into a problem because the same trick wouldn't work for the left hand and the same time. So I hooked the left hand to stick with the ref_barrel by using again multi_parent. So in the end the constraint hierarchy was something like this from the top: right_hand_ik => gun regerences => left_hand_ik where r hand ik naturally controlled the movement. And well it worked but I still had some trouble with the gun's orientation :D

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому

      Lightkitara Interesting idea to use the right hand to control the gun! I made the hand IK references children of the weapon to make switching weapons a bit easier.. that was the idea anyway. Whenever I get orientation issues I double check the ‘Maintain offset’ parameters on the constraint. The position and rotation constraints can be used in place of the parent constraint, giving you separate control over each. They let you specify offsets too.

  • @yurinativo
    @yurinativo 2 роки тому +2

    Kia ora! best Animation Rigging tutorial so far... Good work!
    I still watching your other videos, I'm looking for the best practice to apply animation using the Animation Rigging.
    The use case I'm trying to reproduce is draw\save\aim the guns and blend those animations with the idle/walk/run animations..

  • @msegamedev
    @msegamedev 2 роки тому

    Great tutorial. Very useful. Thanks!

  • @AkashRana-hi5ec
    @AkashRana-hi5ec 3 роки тому

    Best video till now, everything explained with so simplicity 🔥🔥🔥❤️
    Really,Great work bro

  • @paulmeynckens6676
    @paulmeynckens6676 3 роки тому +1

    wonderful tutorial. works fine for me.

  • @karthikt5268
    @karthikt5268 2 роки тому

    working like a charm! Thanks

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

    Thank you man, awesome tuto!!

  • @drr1867
    @drr1867 4 роки тому +17

    Outstanding tutorial - thank you so much. My character is a Mixamo model so rig structure different but I still got it to work.

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому +1

      Thank you! Awesome it worked for you :)

    • @mnursey
      @mnursey 3 роки тому +1

      Hey, what adjustments did you have to make to get the Mixamo model to work? Thanks

    • @Saila36
      @Saila36 3 роки тому

      I also have a Mixamo model but how did you make it work?

    • @gamin8ing
      @gamin8ing 3 роки тому

      @Shamshad Jaweed ya, same here, but do you got a fix, because we can't always use the polygon pack ¯\_(ツ)_/¯

    • @gamin8ing
      @gamin8ing 3 роки тому

      @Shamshad Jaweed how bro?🙏🤔 wait I think, that my gun pivot is making some weird movements, don't you think it will affect the character?

  • @3rdperson2
    @3rdperson2 3 роки тому +1

    Excellent job!! You got a new subscriber!

  • @lorenzesaledain5355
    @lorenzesaledain5355 2 роки тому

    Wow That Was really Cool

  • @WeLoveCreatingGames
    @WeLoveCreatingGames Місяць тому

    Thank you so much! Helped out a lot!)

  • @karthikt5268
    @karthikt5268 2 роки тому

    Nice tutorial...awesome 🔥

  • @halbschattenmorker9487
    @halbschattenmorker9487 Місяць тому

    you sir, saved my sanity

  • @ThePixelitomedia
    @ThePixelitomedia 3 роки тому +1

    Great Content!

  • @thircidia7024
    @thircidia7024 2 роки тому

    Videos are great. Would be awesome if they where more of a continuous series other than some what separate videos. Still they are awesome.

  • @noptanakhon6650
    @noptanakhon6650 4 роки тому +2

    Great, I need more tutorial about animation rigging

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому +1

      Checkout my follow up video to this one! ua-cam.com/video/ajmp3J7N3Ow/v-deo.html

  • @mastervolodsobeck5176
    @mastervolodsobeck5176 3 роки тому

    Thank you
    Best lesson.
    Good luck!

  • @alphawolfgaming5368
    @alphawolfgaming5368 2 роки тому

    very nice video! subbed

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

    thx so much my friend!

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

    Great video, thanks ☺

  • @zombievirals
    @zombievirals 3 роки тому +1

    This is a huge help, thanks man!

  • @yichenliu4030
    @yichenliu4030 3 роки тому

    wow thanks! helps soo much

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

    2:00 setup base ik rig 3:00 setup hand position reference at object like "hand handler" | replace reference with target in ik 5:10 add rig transform to "hand handler"

  • @arthurgentz2
    @arthurgentz2 3 роки тому

    This top notch.

  • @TheRealTyphlosion
    @TheRealTyphlosion 3 роки тому

    This was great, keep it up the good work!

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

    Thank you very much!!!

  • @rushawngillespie31
    @rushawngillespie31 4 роки тому +1

    Thanks !!🙌

  • @hunterhunter298
    @hunterhunter298 3 роки тому +16

    for those of You guys, who struggls with floating character, just make sure that none of your bones is somehow scaled. in blender or whatever editor You use, apply all transforms (scale, rotation) to your character before export FBX, and may god be with You

    • @christophkrass6929
      @christophkrass6929 3 роки тому +1

      I did. It's still floating....

    • @yeetbox5843
      @yeetbox5843 3 роки тому

      Hey! I'm new in Unity and I have same problem. I imported my character from assets store, what to you mean by making sure that none of bones are scaled?

    • @hunterhunter298
      @hunterhunter298 3 роки тому

      @@yeetbox5843 just check few random bones transform for being scaled for example 0.99999 on some axis. Or sometimes bones could be ok, but mesh is scaled 100

  • @McPatoo
    @McPatoo 5 місяців тому +1

    Well, for me at least, it works better if you place the gun inside the spine (chest of your character rig). Therefore, the gun can rotate in the same way as the characters' rotation.

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

    nice one

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

    AMAZING

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

    Take my like. I have been trying to figure out why my IK was not moving with my gun and it was this video that introduced me to the Rig Transform component. Thank you.
    Edit: Actually the left hand does not stick to the gun when it is moved by other constraints on the rig. The hand position is on another Rig just below the aiming rig. Do constraints only take into account other constraints on the same rig?
    Edit edit: I was able to workaround this issue. I originally had:
    Aim Rig (Only on when aiming)
    Aim Constrain
    Aim Constrain
    Left Hand Rig (Always on)
    IK Constraint
    The workaround is:
    Left Hand Rig (Always on)
    Aim Rig (Only on when aiming)
    Aim Constraint
    Aim Constraint
    IK constraint
    The IK now properly calculates the position to the left hand placement. Tho with a bit of a lag oddly(not sure what's up with that). Constrain order is very important!

  • @orim2793
    @orim2793 3 роки тому +2

    big thanks for you !!
    small question
    If I have different guns the fingers are arranged differently.
    Should I do animation for each rifle individually or is there a way to do it in Unity?

    • @TheKiwiCoder
      @TheKiwiCoder 3 роки тому

      A different animation for each weapon is likely easiest.

  • @workshopoleg5661
    @workshopoleg5661 3 роки тому

    Awesome x3

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

    thanks for sharing

  • @danielemessina1979
    @danielemessina1979 2 роки тому +2

    Great tutorial. I am using the same assets but the hands don't stay attached to the IK reference points, they only loosely follow them and it's impossible to place them correctly. The two bones are set correctly. I noticed that the prefab is scaled 0.01. It seems to work in a different model which is not scaled. Could that be the problem?
    EDIT: this happens with the prefabs in the prototype pack, it works fine with the characters in the starter pack.

  • @DJLKM1
    @DJLKM1 4 роки тому +15

    How would this work for switching animation states, like from having a pistol equiped and switch to a rifle. would you have to create multiple ik nodes for each weapon type within the player prefab? and im guessing setting each node weight in code...

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому +4

      Remember that animation states can also animate the properties of the rig, such as weights. It would be a mix of this and scripts to swap out the weapon and control targets. The easiest method I’ve found for authoring is defining the ik targets in the weapon prefab.

    • @DJLKM1
      @DJLKM1 4 роки тому +7

      @@TheKiwiCoder Hi, yeah i was thinking of the same method, reference the ik nodes in each weapon prefabs script.
      Im currently making a GTA style game, but so far havent even started the weapon systems. Just been looking around to try and solve issues before i get to them, so far ive got most of the systems coded: Player movement, day and night cycle with time, health and armor, wanted level system (for player and peds) police units up to the army, EMS coded also, all the UI inc minimap and a world map, money system inc ATMs & currenty using the city demo scene to develop it all on.
      Ive been trying this project for a few years now, using the synty packs, the last project ran into big issues that i couldn't easily solve. I had more systems done for that project, like vehicles with real physics and weapons (minus any ik), so i can reuse some code from there.
      Thanks for getting back, most don't and that's not helpful.

    • @cooldev2203
      @cooldev2203 3 роки тому

      @@TheKiwiCoder ok but how

    • @TheKiwiCoder
      @TheKiwiCoder 3 роки тому +2

      @@cooldev2203 keep following the series, or jump ahead. Theres videos later on that cover weapon switching.

  • @hengky19071992
    @hengky19071992 3 роки тому +6

    how to fix the aiming pose, the left hand wont reach the grip?

  • @sidneylu7294
    @sidneylu7294 24 дні тому

    Great, it is a good Show!!!

  • @jamesfarrell1415
    @jamesfarrell1415 3 роки тому +1

    I am having issues with the ref_right_hand_grip. It only works when I bring it past the ground instead of on the gun like your video, any tips? Thanks

  • @robbybobbijoe
    @robbybobbijoe 10 місяців тому +1

    What if i just want the weapon to follow the positions of my hand, so that when my already made idle, walking, running and aiming animations have the weapon fit into the hands during those animations?

  • @MrCanado
    @MrCanado 3 роки тому +1

    Thx for tutorial, you help me a lot

  • @xdplai3190
    @xdplai3190 3 роки тому +5

    can you make a tutorial like this for fps games

  • @rgrlee71
    @rgrlee71 3 роки тому

    Awesome stuff!! This is has saved my sanity!!

  • @SebastianGraves
    @SebastianGraves 3 роки тому +3

    Hey there Kiwi, do you know if this system was ever updated to support the ability to change the source object with code? You see I have a character that is constantly changing weapons, and therefore needs to be able to change the source points when those weapons are changed. I am seemingly unable to reference the source object via script even when using UnityEngine.Animation.Rigging;
    Think you could point me in the right direction? Great video! Cheers.

    • @TheKiwiCoder
      @TheKiwiCoder 3 роки тому +3

      Hi you can reference the source objects via constraint.data.sourceObjects. It's also possible to add multiple source objects to the constraint and toggle the weights of each on/off via script or animation. Hope that helps

    • @firebolttz9058
      @firebolttz9058 Рік тому +4

      I have witnessed two legends talking to each other O^O

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

      @@firebolttz9058 lol

  • @lieutenantundercover9329
    @lieutenantundercover9329 2 роки тому

    Nice Tutorial! I like the background music too! What is the name of it?

  • @Ipsider
    @Ipsider 3 роки тому +1

    cool.

  • @killsnipereye
    @killsnipereye Місяць тому

    How would you go about guns that have for exampe grip attachments where the left hand need to switch between different locations and poses?

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

    Thankyou for an excellent tutorial. I find myself somewhat confused. If you want to have multiple rigs say one for each weapon, how do you tell the animator which rig to use?
    When building a rig, is it applied to the active animation in the animator or am I being my usual dumb self? IF anyone would care to show me the error of my ways, please feel free.

  • @jittojoseph9195
    @jittojoseph9195 2 роки тому

    subscribed!

  • @phanxuantruong2204
    @phanxuantruong2204 3 роки тому +2

    hello, i need help, please! I have a list character for character selection, so now. How can i attaching weapon for them?

  • @nguyentrananhnguyen7900
    @nguyentrananhnguyen7900 3 роки тому +1

    trying to use a different character with mixamo animation but the hand rotation is not working. Anyone have any ideas how to fix it?

  • @Orinocoe
    @Orinocoe 2 роки тому

    Thx!

  • @kalkiarts1046
    @kalkiarts1046 4 роки тому +1

    please make a tutorial on weapon scoping

  • @thecreativity5793
    @thecreativity5793 4 роки тому +1

    Can u make a quick tut about aiming and shooting? ..this vid helped me a lot. Tnx man!

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому

      Hey! This video shows how to aim a weapon: ua-cam.com/video/ajmp3J7N3Ow/v-deo.html
      Shooting tutorial coming soon!

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

    if i dont have r or l hips and elbows it will work?i have rig for mixamo and they dont use thats

  • @klintcabornay3637
    @klintcabornay3637 4 роки тому +1

    Have you tried recording via Animation window while in Play mode? and using the Multi-Referential Constraint?

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому

      I have not tried that yet, though I’m interested to hear the results!

  • @michaelmcveigh9534
    @michaelmcveigh9534 3 роки тому +3

    When I initially setup my character I added some animation clips from mixamo and attached the gun as a child of the character's hand. This kept the gun in place during my character's running animation.
    Does anyone have suggestions for how to maintain this behavior, but then switch to IK (as shown in this video) when aiming?

    • @TheKiwiCoder
      @TheKiwiCoder 3 роки тому +2

      My latest video will release today which covers this!!

    • @TheKiwiCoder
      @TheKiwiCoder 2 роки тому

      @Nagato is better than Punk Naruto any reason to use ik? Might be easier to use animation and keyframe the hands to the correct locations throughout the clip

  • @fatefox2018
    @fatefox2018 4 місяці тому

    can you do a tutorial on how to make the arms unaffected by the rotation of it's parent please?

  • @hrishikarora3820
    @hrishikarora3820 2 роки тому

    Hey! This is great tutorial ,I've been following you but I have a tiny issue here at 9:25. The right elbow of character is moving like this , can you tell me how can I fix this?

  • @wellingtonipf
    @wellingtonipf 4 роки тому +1

    the best

  • @farrukhmalik8747
    @farrukhmalik8747 4 роки тому +5

    Tutorial on TPS Controller for mobile Please...

  • @user-dn2ec7zx8o
    @user-dn2ec7zx8o 3 роки тому

    Thank you sooo much, I subbed, this tutorial was so damn useful and you explained everything sooo good, thank you very very much again

  • @CarloWarrior
    @CarloWarrior 3 роки тому

    Hello, very good tutorial, I follow you closely. I wanted to comment, I had a headache, I'm doing a cinematic, my problem is that when I tell him to do a certain animation with the weapon in hand, he does the animation, however my weapon is still in the same place . Without accompanying the animation of my person. Is this possible to do?

  • @wjsjason163
    @wjsjason163 4 роки тому +3

    Thank you for this great video! But I have one question during the procedural, that I'm using a custom character and with its avatar, there is no left nor right clavicle in the list, so when I'm trying to attach the gun under the player's avatar, right arm or right shoulder, the arm and hand just twists and I'm unable to fix it. So what should I do if I don't have clavicle?
    PS: I got the rig from mixamo.

    • @TheKiwiCoder
      @TheKiwiCoder 4 роки тому

      It’s not detailed in this video, but you could use a multi parent constraint and attach to the spine or hips, with an offset.

    • @wjsjason163
      @wjsjason163 4 роки тому

      @@TheKiwiCoder Thank you! I also have another question, which what do i need to write in script in order to disable the Rig Builder component during the game is running?

    • @raveheart58
      @raveheart58 4 роки тому

      WJS Jason setting the weight to 0 should disable everything

    • @zombievirals
      @zombievirals 3 роки тому +1

      So glad someone else had the same issue as I did, multi parent constrain on the spine, and I set the weapon as the constrained object, works like a charm!!

  • @igorpuschner786
    @igorpuschner786 2 роки тому

    I love your tutorials mate, the only problem I have is that the Animation Rigging package is actually just a buggy mess, like "Animation rigging offsets model root by several meters since version 2020.2.0a21".
    This is so frustrating! I am back to coding my own (working) solutions for now.
    Sad that the only things that seem to really work in Unity are the things that are from version 5.
    Anyway, keep up the good work!

  • @antonellireyes9477
    @antonellireyes9477 3 роки тому

    I used this and everything works fine until I do actions with animations so the arms doesnt move, what can I do to make my animations works fine again?

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

    Really nice video! Got it working with the 3rd person character controller starter asset and a different weapon. The challenge I am having is when my character jumps and lands... the weapon basically stays perfectly still (as knees are bending to a crouch position and then standing back up). So I would expect a little bounce. Can you recommend what I should research to fix this?

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

      did you ever figure out a solution??? currently experiencing the same problem

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

      @@mariestevens294 The short answer is no. I just loaded my project. One thing I did was tweak the angle and position of my characters arms so when he jumped he didn't have his arms at 180 degrees like a robot. So... that helped but didn't make it perfect. There is probably a trick to do it but I don't know it. It's interesting because I see ads for motion capture suits for like 4000$ and you take a video of yourself to get the proper animations. I kind of think that's probably the way that the Triple-A games do things. So... with my project the idea is to get something good enough that shows the flow of the game etc. and then if it ends up being a good game I can always fix the graphics etc. and animations later.

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

    It's been 2 yrs but plz reply, for me the hands are a bit behind the target, and if the target moves forward, the hands move forward too but they still do not meet with the target

  • @drhollow_on_hogwarts8778
    @drhollow_on_hogwarts8778 3 роки тому +1

    This is awsome , can you please tell me how Can I make the hand Ik override all animations over the whole arm ?(because this adds some unwated movements )

    • @TheKiwiCoder
      @TheKiwiCoder 3 роки тому +2

      It might be better to use a layer mask for that, if you want to override the entire upper body. Or just add additional constraints to the other bones.

    • @drhollow_on_hogwarts8778
      @drhollow_on_hogwarts8778 3 роки тому +1

      @@TheKiwiCoder thanks , You are a true Savor

  • @mladennikolic4394
    @mladennikolic4394 3 роки тому +1

    How to change gun position when aiming?

  • @emmello
    @emmello 3 роки тому

    Thanks

  • @nikrbawker
    @nikrbawker 3 роки тому

    Hmm I might have to base my animations off of these ones. My character is pretty jank when I run. pokes his arms forward in a weird fashion while holding a pistol.

  • @rohitkarthickeyan961
    @rohitkarthickeyan961 3 роки тому

    When I try to do this to another synty character model on top of the strafe animations from the previous video, it doesn't work. Can anybody help me?

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

    Thanks dude. This is a great tutorial. Can you please tell me how can I even get the hip/spine to rotate if I for instance rotate the weapon to either side of the player, such that the hands are still able to reach the target points?

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

      Hey that sounds like you’re after a full body ik solution. This vid might help! ua-cam.com/video/Q56quIB2sOg/v-deo.html

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

      Wow thanks so much man. I ended up using chain ik constraint which worked for my current game. But you video seems to be more comprehensive. Will definitely check it out.

  • @ethanwebb2035
    @ethanwebb2035 3 роки тому

    Help I cant edit my character in playmode!
    oh I get this error for some reason:
    unity binding warning: some generic clips animate transforms that are already bound by a humanoid character
    For some reason when I take away the animation controller it works fine, but how do I get it to work with animations, I have used the same animations you have used in your third person movement tutorial

  • @duh160
    @duh160 3 роки тому +1

    someone help me...i have got r parts in the hand ...that is shoulder,arms,forearms and hands....but in two bone ik there are 3 parts to keep...that is tip,mid and root...if i miss one then it is not having a normal animation when i am walking...what should i do now?

    • @TheKiwiCoder
      @TheKiwiCoder 3 роки тому

      Assign the 3 bones that make the most sense.. shoulder joint, elbow joint, and wrist joint.