How to Animate Characters in Unity 3D | Animation Transitions With Booleans

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

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

  • @CosmicComputer
    @CosmicComputer 4 ปีที่แล้ว +328

    This might be the best tutorial series for unity I have ever found. I love the way you explain each component and function in detail, but do it in a clean/quick way. Thank Nicky, these are awesome and you have a new fan!

    • @EndZee
      @EndZee 4 ปีที่แล้ว +2

      Yeah, I want to learn how to make a game. One of basics features i found on this channel. To be honest they are really amazing and easy to understand. Hope there will be more tutorials. Wish you luck because content you are doing is great. Simply as that.

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

      @@iHeartGameDev Please keep going!!!! 100% the best tutorials I ever found too.

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

      don't we get a copyright strike?

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

      I know!!! I’m a fan! Lol it’s gonna help me so much!

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

      How can you say this is helpful, it doesn't show how to add other animations to the character. I have a character that just walks in place, and I can't figure out how to add jumping and other animations. He goes too fast and no matter how many times I have rewound it I am still confused on parts. I copied the code changing isWalkingHash to isJumpingHash and followed suit for the rest of the script changing "W" to "space bar" and it doesn't work. This feels like half of a tutorial, where is the rest of it?

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

    you are the Next Brackeys

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

      ​@@solomonhater3088 not better. He just expands on what Brackeys explains.

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

    your tutorials are simple to understand, your voice is perfect for tutorials, your montage is clean...
    PERFECT!!!!

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

    With brackeys gone, the Majority of newbie devs were actually worried. But you are a blessing for us all. Such Mind-blowing tutorials. I seriously hope you keep making tutorials man its EXTREMELY helpful. Subbed

  • @akashverma4280
    @akashverma4280 4 ปีที่แล้ว +44

    I have been using unity for quite a time, this has got to be the best tutorials ever made. There were some things that I already knew but I preferred watching as the quality so great! Efforts appreciated!

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

    Never thought I'd be able to add 3d animation into my game this easily. Thank you for making this so clear and concise that even a beginner can follow along.

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

    Coming from a ue4 background, these tutorials are extremely useful! The Unity animation system was once one of the seven mysteries of dev for me XD

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

    Tutorials like these are the only reasons I can make a game.

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

    I've learned quite a bit from the previous 2 videos, but this one made my head hurt! Being 67 years old, I guess I need to slow down your videos before I watch, you sure do talk fast. Thanks for the videos, they are great. I'll watch this one again at .25 speed.

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

      string Honesty = "In all Honesty we should be learning from you" ;

  • @0997udan
    @0997udan 4 หลายเดือนก่อน +2

    I have always been a programmer and not an animator, you are amazing and you earned a new subscriber

    • @Hoptronics
      @Hoptronics 3 หลายเดือนก่อน +1

      Same.. been waiting a long time for programming to be integrated into basically a game IDE. This is gold .

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

    really love the visual breakdowns. even if I already know how they work, how you show them on the breakdown make me think, understand, and remember it better. those checking also is a great plus as it make me not lose where you are at.

  • @andythedishwasher1117
    @andythedishwasher1117 9 วันที่ผ่านมา

    I found it simpler to use a single int condition rather than bools. That way, I have one moveState that can be referenced in each transition where 0 is idle, 1 is walk, 2 is run, -1 is walk backward, and -2 is run backward. Then each new animation you want to add to the controller can simply be assigned a similar id of sorts and transitions to and from the relevant states can be set up for the scenarios where they're assigned in scripts. That just felt more intuitive to me, but this works too.

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

    I looked for days, days! For someone, anyone who could explain clearly and simply how to make an animator controller. The result was always, *starts simple and then gets lost in some part of the code or other breakdown*
    What you have done here is nothing short of a miracle, someone said below that you are the next Brackeys, I couldn’t agree more. Keep this up please and I wish you success in becoming just that. subscribing now, thank you so much!

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

    out of all the tutorials and this is not me just saying this to say this but this made me going from not understanding it to understanding it in 12 minutes. good job and keep this up!

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

    Dude, seriously...best animation tutorials on TH-cam. You're so thorough, I feel like I actually have a shot at getting this. Thank you!

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

      Thanks so much Nathan! You got this 💪

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

    People like you will grow ! never stop doing what you love man ! and always do for the community appreciate it !

  • @siriuswulf6178
    @siriuswulf6178 12 วันที่ผ่านมา +1

    Not gonna lie, i am glad that you are sharing your knowledge with us. Thanks a lot for this great Tutorial. You help me out a ton!

    • @iHeartGameDev
      @iHeartGameDev  12 วันที่ผ่านมา

      @@siriuswulf6178 cheers for the kindness

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

    Unusually well executed tutorial. The detailed explanations on what the various parts do and mean are priceless. Thank you for the time and effort producing these.

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

    PLEASE keep this up. these tutorials are worth their weight in gold. thanks so much 🙏🏽

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

    This is the best tutorial that I have watched for Unity. 3 Years so far, and still good as new!

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

    I started messing with programming when I was maybe 9-10 years old and I am now freaking 40 years old and when pressing the W key up and down, watching the idle/walk happen... legit was the same feeling I got back when I was a small child and made a computer print "hello" :D
    Wish you the best with the videos m8 ... appreciate the time taken to make timestamps and how to breakdown each element. If I had gold stars to give you get one for sure.

  • @Kncperseus
    @Kncperseus 4 ปีที่แล้ว +5

    This video was a lifesaver. I felt so cool making my character go between the animations

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

    How is this page not getting many subscribers? Come on! He does better than my profs out there 😂

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

    I've said it before, u are new Brackeys. This was so GOOD. THANKS

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

    I'm kinda surprised this video only has so much views, I mean I thought everybody who started with unity should learn this at least, and this tutorial is definitely one of the best you can find in youtube. Many thanks for the clean works!

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

      @@iHeartGameDev I just realised that the YBot's position isn't changed when the walk/run animation is running. have you, by chance, done a tutorial vid about making it move? that would be real cool :)

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

    best tutorial about animations ever seen, thank you so much everything works

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

    Dude your content's production quality is so high it's shocking. I'm like 3 videos in, and I can't believe how good your tutorials are. I don't know if you're a one-man army or have a team behind you, but you do great work. You are going to succeed here on TH-cam!

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

    I know its been said many times already but 1 more time wont hurt. The format of your videos really does make things a lot clearer. The graphics and arrows showing the flow really does clear things up. Many times a subject can actually be pretty straight forward once you understand it. Providing the clarity and understanding is where you excel.
    Nice work man. Don't change your approach its both useful and appreciated.

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

    This is the BEST tutorial on any subject I've ever come across on TH-cam. So much attention to detail is paid here. Everything is clearly explained. I'm not falling asleep hearing your voice nor am I forced to waste time watching a 30 minute video that leaves me with more questions than answers. Well done. Fantastic!

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

      you're right!!!

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

    bro has been saving life since 2020 this is the best tutorial i am beginner and it help me a lot a save time of searching i am going to watch all your video form now one i am sure it will be much help full

  • @Video-ep4ij
    @Video-ep4ij 3 ปีที่แล้ว +1

    Your videos are very high quality which makes me disable my adblocker and watch all ads till the end :)

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

    Quite clearly the best tutorials I've found for anything in some time. Clean, quick, concise and thorough.

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

    usually these tutorials dont get into the specifics of each setting and what they do, but DAYUM yours was so helpful. keep it up blood.

  • @alexjackson3767
    @alexjackson3767 4 ปีที่แล้ว +10

    Awesome stuff dude :) your way of explaining things is always super clear and I feel like I'm understanding the core of what unity is actually doing - excited for more !

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

    I'm starting to question how I did not find your channel before. This series has been absolutely amazing in my learning about Animation in Unity. Thank you Nicky so much for this.

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

    Dear god, I don’t think I’ve ever seen anything this clear and understandable.

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

    Thanks for the awesome tutorial!

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

    I like how you're sysinct, show visual stuff to help people like me with ADD stay on task, and explain things, as opposed to "do this, do this and do this!"

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

      that being said, I found this to be more useful, instead of getting button presses -
      float horizontal = Input.GetAxisRaw("Horizontal");
      float vertical = Input.GetAxisRaw("Vertical");
      Vector3 direction = new Vector3(horizontal, 0f, vertical);
      if (direction.magnitude >= 0.1f)
      {
      animator.SetBool("isWalking", true);
      }
      if (direction.magnitude

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

    oh my GOD! oh My GOD! HOw clearly you explained! Really! i was very upset because i coulnt found any proper video for animations but now i found this! Thank You! please make more unity tutorials i SUBBED!

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

      @@iHeartGameDev ohok will you make series on games later on?

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

    I just want to say, it's been 2 years and this is incredibly helpful

  • @Josh-sg3pc
    @Josh-sg3pc 2 ปีที่แล้ว +7

    Anyone else get the error "parameter "w" does not exist"?

    • @Hoptronics
      @Hoptronics 3 หลายเดือนก่อน +2

      A yr later but maybe you need some quotes.

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

    Sincerely one of the best tuto you can find on TH-cam for this subject !
    Pretty clear and very detailed !
    Thank you so very much !
    Congrats and continue this way, my friend !

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

    This video is really the best I've ever found on animation controller. I tried to learn this system and I kind of failed and I just didn't really want to work again with animations, but you're videos made animations look so easy to me now. Love your content and thank you a lot

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

    If you get a Hash error, just double check that the spelling and case of the code used matches the names and cases you've given things in Unity. So isWalking in unity should be "isWalking" in your code.

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

      haha thank you for posting this a year ago it helped

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

    The best tutorials for in-depth animation in unity 3d. Amazing. Keep it Up!! Loved this series so far

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

    Dude, you edit these in a truly unique and informative way. Please keep doing this!

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

      Thanks Andrew! Trying my best!

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

    The best tutorial series. Thank you very much. I spent weeks looking for a video or explanation of ow to do animation in Unity. And with you not only I finally get it but also started to understand C#. Honestly. Thank you very much

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

    I´ve been struggling with this for months, you just explained it perfectly, great tutorial!

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

      Months!!! It really isn't hard if you just look up the documentation

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

    Amazing tutorial! I am an aspiring game developer really confused with this, so your tutorials helped SO MUCH

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

      Right on! Thanks for watching!

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

    Awesome to see this series continue!

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

    Not only this teached me animating, but it also teached me to have a boolean based on when the player presses a certain key! Thank you alot! +1 sub

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

    the best tutorial series in the world

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

    I love the sound effect when you present a solution 😆

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

    Just wonderful! You've done a great job here. Easy to follow. I myself am a scientist focusing on wearable motion sensing research, and working on project for gamification of body movements. This series has been a "pivot" :P in my learning process of Unity engine.

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

    The amount of time i have searched for a good tutorial like this one! You have earned yourself a new subscriber

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

    Hey Nicky, greetings from Turkey, Istanbul. I am getting GD course and deep learning of Unity / Unreal are our responsibility. Project seasons started, your lessons definetly saved my life and after completion boosted my morale to the roof :) Your teaching, explaning + visuals are great. Please dont stop, keep it going. Or put them in professional course networks after a while, i am sure you'll push the top. Thanks again bro, GG.

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

    hes always so happy. I love it. He explains everything so well. Good job man.

  • @srinfinity5587
    @srinfinity5587 4 ปีที่แล้ว

    Just discovered this channel and already seems to be much higher quality than most. I’ve been looking for months for a good TH-cam video on how to set up character animations using C# and animations. May I suggest doing a full video on doing just that? It would be AWESOME! Keep it going, I’m sure you’ll get these subscribers!

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

    This tutorial literally saved my first 3d project, thanks bro, i was just about to give up :')

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

    Nicky, love your way of teaching, presenting and video editing so much! You are a god send for us Unity learner, cheers!

  • @MarcGrosset-nk8kl
    @MarcGrosset-nk8kl 6 หลายเดือนก่อน +2

    just to complete, the whole idle/wlak/run takes 6 lines, the rest of is a animator transition parameters matter :
    void Update()
    {
    bool walkButtonPressed = Input.GetKey(KeyCode.W);
    bool runButtonPressed = Input.GetKey(KeyCode.X);
    if(runButtonPressed && walkButtonPressed)
    {
    walkButtonPressed = !walkButtonPressed;
    }
    animator.SetBool("isWalking", walkButtonPressed);
    animator.SetBool("isRunning", runButtonPressed);
    }

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

    The question is why don't you have more subscribers, amazing tutorials

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

    I was so happy yesterday when I went to sleep knowing that tomorrow I can continue learning because I found a good tutorialseries. Thanks again for your hard work on these videos!

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

    Thank you very much. This is genuinely a very cohesive and deep enough tutorial for anyone to understand how animations work. Helped me out a lot! Huge thanks!

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

      Awesome! Love to hear that! Happy that it helped :)

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

    Great tutorial, i was procastrinating to learn how to use it and now thanks to you im hyped.

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

    You are deserved to get even more subs, your tutorial are short, simple, and beginner-friendly.

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

    thank you so much other tutorials just aren't very diverse and really focus on one type of character thank you

  • @ericvivianmatthews
    @ericvivianmatthews 4 ปีที่แล้ว

    learned so much from just one video. You are so good at explaing the coding parts too so easy to understand.

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

    I really like the way you go into detail and explain the individual options. Many Thanks

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

    I'm just watching this and it is really really easy to understand. Thank you

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

    Truly the best unity animation tutorial I've ever seen. Far surpasses the bigger channels. Subbed!

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

    Absolutely the best explanation for animation that I had seen so far!
    Especially the way to explain for every property to help us have a better understanding, I really enjoy watching your video!
    Your channel deserves more subscribers!

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

    code for if you want WASD instead of just w
    (may need slight modification)
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    public class animatorController : MonoBehaviour
    {
    Animator animator;
    // Start is called before the first frame update
    void Start()
    {
    animator = GetComponent();
    }
    // Update is called once per frame
    void Update()
    {

    float verticalInput = Input.GetAxis("Vertical");
    float horizontalInput = Input.GetAxis("Horizontal");

    if (Input.GetKey("w"))
    {
    animator.SetBool("isWalk", true);
    }
    if (verticalInput == 0f && horizontalInput == 0f)
    {
    animator.SetBool("isWalk", false);
    }
    if (Input.GetKey("a"))
    {
    animator.SetBool("isWalk", true);
    }
    if (Input.GetKey("s"))
    {
    animator.SetBool("isWalk", true);
    }
    if (Input.GetKey("d"))
    {
    animator.SetBool("isWalk", true);
    }

    }
    }

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

    i just wanna say that i love ur tutorials and they are so well explained and simple that it makes me understand more about unity! thanks for helping me out!

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

    Great tutorials, thank you, they are helping me a lot in learning Unity animation for my college project.

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

    OMG! this is a big help to me. you have a new subscriber now :))

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

      @@iHeartGameDev Please Do more tutorials :))

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

    Just what I needed to bring my character to life, thank you so much!

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

    I'm impressed by the quality of these tutorials. The explanations are clear and concise and, more importantly, the concepts are explained in depth! Thank you making this great content, you really have good educational skills, keep it up!

  • @hassangaming4590
    @hassangaming4590 4 ปีที่แล้ว +2

    Love the work you have done its really very clean and quick you got yourself a new subscriber and please keep going i would love to see adv player movement like slide double jump wall run with animations

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

    Amazing tutoriel very clean nice and well explain ! You deserve to have more subscriber :D

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

    Amazing tutorial nice way to clean up the code for performance also. I just used this on my weapons works perfectly! Thank you

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

    This is such a high quality tutorial, the pace at which you present the information and the video edits are so good, well done!

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

    Hi Nicky, I just discovered your channel. You are such a good teacher and do everything right. I've been trying to find good tutorials on Unity for a few months, and I just end up getting lost because Unity has too many options I don't understand and they assume I know things that aren't obvious. I appreciate how you not only show us how to do things, but you also go through and explain what each option does. I also appreciate how you break down things into timestamped sections. As a learner, I pause after each section and ask myself if I understood everything. If not, it's not a big time commitment to go back and review as many times as it takes to let it all soak in. For most tutorial videos from other channels, I watch everything at 2x speed to not waste time with all the fluff. For your videos, you have so much good information that I don't need to do that. My only constructive feedback is that it would be nice to pause your screen for 1-2 seconds so we can see what you've done before transitioning. For example at 9:41 on this video you make a quick edit to the code, then it fades out before we can see the final code. I have to pause at exactly the right time to catch it. Overall, I subscribed and I intend to watch all of your content. Your content is far better than some paid content I use.

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

      @@iHeartGameDev It's not information overload at all. I don't like wasting time with fluff - and you don't have fluff. You are to the point and teach what I want to know efficiently. I'm all about that! I just need maybe one second so I can see your code or whatever so I can copy it and learn from it. Another example of what I'm talking about is your first animation video in this series where you created a Unity project. You had the 3D template selected for most of the time, then you quickly switched it to URP as you transitioned to the next section. It's just a tiny thing. Honestly, you're now one of my favorite TH-cam teachers in quite a while. Thanks for your hard work!

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

    This was extremely enlightening!

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

    The quality and the way you explain things i thought u are a 1m sub TH-camr. You really deserve more . Tutorial was really helpful. Thanks

  • @lucasoyarzun9902
    @lucasoyarzun9902 4 ปีที่แล้ว

    Very well explained! a lot of content creators wander around a lot and don't explain very well how to do animations, you are great!
    im suscribed now, hope you grow bigger!

    • @lucasoyarzun9902
      @lucasoyarzun9902 4 ปีที่แล้ว

      @@iHeartGameDev thanks for taking the time to respond :)

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

    This is my life's best unity c# video................

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

    you'r a bloody legend mate

  • @muhammadsaad2451
    @muhammadsaad2451 10 หลายเดือนก่อน +2

    awesome stuff thanks dude

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

      Thanks so much’

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

    You are the instructor that I dreamed for years 😂 Thanks for this content.

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

    absolutely amazing tutorial! good job

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

    I love the way you break down steps and explain so clearly, you are seriously good, and I am really hard to please :) please keep it up! You are amazing Nicky I am so glad I have found your chanel, I beg you not to stop! :)

  • @thircidia7024
    @thircidia7024 4 ปีที่แล้ว

    Dude, you know how to teach. Excellent work so far. Love the explanations, you never have irrelevant details. Smooth, clean and on point. Am subscribed and anxiously waiting for the next lessons

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

    The best animator video that I've watched!!!!! Thank you very very much. You are such a good teacher and the video is very easy to understand

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

    After the first if statement you can also use else { and here put the false condition}, works the same.

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

    Bro, the way you explain shit is just so simple and I love it. Please teach me everything you know.

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

      @@iHeartGameDev you have the personality and smile of a futuristic household Android and i love it. I’ve never learned more about animating with unity than i have watching your videos. You break everything down and your editing style is so helpful like bruh. Please don’t stop uploading stuff.

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

    Dude keep on uploading. Cant wait to see the animated physics video i wanna create something

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

      @@iHeartGameDevalso i think you should put your social link in the discription

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

      @@iHeartGameDev your welcom bro

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

    You are the best Teacher!! No doubt about it

  • @alexandres.vasconcelos8017
    @alexandres.vasconcelos8017 4 ปีที่แล้ว

    This is the best tutorial for unity I've ever watch. Congratulations!

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

    Keep it up dude, you have relatively few subscribers at the moment but your videos are extremely high quality and your channel will grow immensely for sure