Тёмный

Unity 5 Tutorial - Animation Control 

Aaron Hibberd
Подписаться 20 тыс.
Просмотров 764 тыс.
50% 1

Опубликовано:

 

23 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,2 тыс.   
@thedude8134
@thedude8134 6 лет назад
If you ctrl+D onto the animation that lies inside the FBX, it duplicates and separates into an independent animation, so you can now modify its frames. Youre welcome.
@AaronHibberd
@AaronHibberd 6 лет назад
Where do you do that? on an animation clip in the inspector window? I can't seem to do it
@thedude8134
@thedude8134 6 лет назад
I actually wrote a huge reply, but it dissapeared for some reason. Project tab -> The FBX -> Click onto the needed animation -> CTRL+D. After that, select an object in hierarchy with an attached animator, open the Animator tab, drag the separated animation there, then open Animation tab, select the animation and there you go, you can now modify it the way you want to. p.s. If you delete the original FBX that animation will stop working, cus its referencing to the original one.
@AaronHibberd
@AaronHibberd 6 лет назад
Dude! You are a life saver. It's working for me, and this is helping me on my current project, thank you for sharing!
@thedude8134
@thedude8134 6 лет назад
You're welcome my man. (;
@brunopinheirobrazil5352
@brunopinheirobrazil5352 6 лет назад
I did the Ctrl+D, and posted back to the Object, but.. Still I can´t edit it... Can you help me dude?
@sternstaubkind
@sternstaubkind 8 лет назад
i really love how one can see that you yourself are having fun in this video. the things we learn are great and structured pretty well (in comparison to some other tutorials) and it was really fun to watch. keep it up :3
@AaronHibberd
@AaronHibberd 8 лет назад
thanks :)
@SufferDYT
@SufferDYT 9 лет назад
It's mindboggling that we have unity 5 now and we still cant zoom in and out of the animator window...
@AaronHibberd
@AaronHibberd 9 лет назад
+Ricky Johnson haha, yea no kidding
@MuhammadHosny0
@MuhammadHosny0 8 лет назад
+Ricky Johnson that sucks
@SufferDYT
@SufferDYT 8 лет назад
Tea Requiem I would rather pay for an engine that had necessary features than use an engine that hinders my workflow. They should have had that feature figured out before they put the animator in the public build.
@SkeweredEel27
@SkeweredEel27 8 лет назад
+Tea Requiem jesus christ calm down you sperg
@luotinluo9194
@luotinluo9194 7 лет назад
Ricky Johnson h b
@animeedits373
@animeedits373 4 года назад
Great tutorial. I wanted to learn how to animate those assets from unity, and this tutorial is straight to point.
@johndangelo5689
@johndangelo5689 8 лет назад
Awesome tutorial. Just to avoid confusion for those still learning, at 18:45 he refers to the bread crumbs at the top of the state machine as layers. Those are actually the SubStates... layers can be created using the Layers tab to the left of the Parameters tab and are used for entirely new animations such as a hand wave or taking a drink etc... these new animation layers will in turn each have their own state machine. But really an amazing tutorial here. Of the best I've seen on the topic.
@AaronHibberd
@AaronHibberd 8 лет назад
thanks man!
@ferenckocsis9061
@ferenckocsis9061 8 лет назад
24:30 "Bam bam psh psh psh psh psh! That's what you get!"
@AaronHibberd
@AaronHibberd 8 лет назад
+Ferenc Kocsis haha :)
@mahanadelacour
@mahanadelacour 8 лет назад
+Ferenc Kocsis SO FUNNNYYYYYY workign hard and laughing hard
@NoC4k3
@NoC4k3 8 лет назад
violence against woman ist funny :P
@tsunderenekokun
@tsunderenekokun 4 года назад
Poor unity chan
@IsraelCountryCube
@IsraelCountryCube 4 года назад
@@NoC4k3 yes it sure is! LOL LMFA0!!!!!🤣🤣🤣🤣😂😂😂😂
@jean-francoistasse7788
@jean-francoistasse7788 6 лет назад
That is an excellent tutorial, 10/10 for me and I just did everything with unity version 2017.3 and no problems. What I liked the most is that you did not assume that we would know what to do, and you have explained every steps clearly. Unfortunately, I am doing a tutorial with a book and there is so many "assumption" that I cannot finished the project. But with what you teach here, I will be able to, thanks :)
@FreshApplePie
@FreshApplePie 8 лет назад
Hey everybody, there's perhaps a more concise way to switch between random animations: I usually try to see what he does before he tries it, my solution for animation uses less lines of code for the same effect in this tutorial. I'm not sure if it's any more efficient, and perhaps it's not but this is the way I did it: int n = Random.Range(0,2); anim.Play("DAMAGED0" + n.ToString(), -1, 0f); basically instead of checking if the integer is either number, it directly converts and appends that integer to the string name of the animation just another way to do things if anyone's interested then again, it has to use the "ToString()" method rather than just picking the animation, so It could be less efficient
@alexbaru3768
@alexbaru3768 8 лет назад
thats my way, thks
@FreshApplePie
@FreshApplePie 8 лет назад
***** normally your names would follow a indexed numbering system, as most application files are, it might make it easier to use a public string variable you can set with an indexer
@MartinHindenes
@MartinHindenes 7 лет назад
True. Another option is to use a conditional: anim.Play(n > 0 ? "DAMAGED1" : "DAMAGED0", -1, 0f);
@eeeppp1885
@eeeppp1885 3 года назад
Just to let later people know. int r=Random.Range(0,2); anim.Play($“ DAMAGED0 {r}”,-1,0f);
@theyellowarchitect4504
@theyellowarchitect4504 6 лет назад
Perfect tutorial. Explained perfectly and was never boring - impressive considering it was a 40 min vid.
@sfgmonah
@sfgmonah 8 лет назад
This guy rly loves pantsu.
@ArisingHeroBeAHero
@ArisingHeroBeAHero 8 лет назад
xD
@ivanadriman
@ivanadriman 7 лет назад
I can see his happy aura in every *bam*
@zenrhys589
@zenrhys589 5 лет назад
FBI OPEN UP
@guchfun
@guchfun 7 лет назад
Thanks, Aaron! Very nice tutorial for teaching the novice trying to learn to control the character in Unity! Appreciate the detailed walk-thru and clear steps to walk through such a complex topic.
@tabrezshaikh867
@tabrezshaikh867 5 лет назад
@aaron Hibberd I am watching in 2019 in still your video is most useful resources available on youtube, you are awesome bro, thanks from India, keep it good work. Also, it would be helpful if you can make video on animation and multiplayer games with unity playmaker, thanks in advanced. :)
@theplaymakerno1
@theplaymakerno1 7 лет назад
Mr. Hibberd, I would like to thank you for taking out time to teach us. I am from Humpback Games, and this will help me a lot. God bless you!
@REALNBATVteamupLeague
@REALNBATVteamupLeague 9 лет назад
Thanks for the tutorial, I'm learning so much from this!
@AaronHibberd
@AaronHibberd 9 лет назад
REAL NBA T.V. Team-Up League awesome! It should carry over to whatever characters you use
@REALNBATVteamupLeague
@REALNBATVteamupLeague 9 лет назад
+Aaron Hibberd I have another Tutorial request if you don't mind. I need to know how to animate enemies so we can attack each other along with player and enemy health. For example, an enemy that attacks unitychan and dies when his health reaches zero and vice versa. Again thanks for the help.
@AaronHibberd
@AaronHibberd 9 лет назад
good idea! health and damage
@darthboxOriginal
@darthboxOriginal 6 лет назад
This is a fantastic tutorial. Not only do you explain things clearly and break things down nicely, you also provide a few opportunities to practice the concepts within this video. Everything flows nicely from simple to more complicated. I feel I have a much greater understanding now of how animation works in Unity. Thank you! New Sub.
@tamaskalem1492
@tamaskalem1492 8 лет назад
I laugh when you called the Mac version of control the "squiggly button." I call it the same thing too.
@littlegreengamer
@littlegreengamer 8 лет назад
Thank you very much for posting this. I'm an aspiring indie game designer and I'm still having trouble with Clickteam Fusion 2, so this will be a whole new mountain to climb. But people like you provide the right assistance for people like me who would otherwise be in the dark.
@kittyrocoa714
@kittyrocoa714 8 лет назад
Brilliant tutorial, really you put he unity website to shame!
@AaronHibberd
@AaronHibberd 8 лет назад
+Kitty Rocoa haha thanks!
@24yrukdesigner
@24yrukdesigner 8 лет назад
+Aaron Hibberd Hey Aaron. Got up to speed quickly with this Tutorial thanks. Just one thing is missing from my scene, and I cannot see why? My character is walking only on the spot? I have copied I'm quite sure all the code specifically to match, but she will not move along the plane? thanks.
@mr_easy
@mr_easy 8 лет назад
+24yrukdesigner I think you might have missed changing the velocity of the rigidbody. 26:53
@Lacchi27
@Lacchi27 7 лет назад
Great Tutorial! Thanks :) Tip for the comment readers: To drag around the animation tab on windows, you can also press alt and move mouse.
@ShockingWolf26
@ShockingWolf26 7 лет назад
Okay I have a question. I'm at around 23:00 minutes in and i'm having trouble with the walk animation. I can't get the animation to work. I may have missed something in the vid but the blend tree isn't working.
@irfanchein
@irfanchein 7 лет назад
Shocking Wolf me too -_-
@ShockingWolf26
@ShockingWolf26 7 лет назад
let me know if you find a solution because i've tried a bunch of things but none of them work
@irfanchein
@irfanchein 7 лет назад
Shocking Wolf okay, let me know too if you found the solution. i just newbie here, so it will take a time...
@ShockingWolf26
@ShockingWolf26 7 лет назад
yeah im a newbie as well lol
@irfanchein
@irfanchein 7 лет назад
Shocking Wolf i have great news, there is scripts on unitychan, but just a few scripts can works perfectly. i just put unitychancontrol.., idlechanger, faceupdate, and sceneloader. so the movement will work but the character has a bug, there is gap between character and ground, look like flying 😂
@greenonion98
@greenonion98 8 лет назад
Just started watching your tutorials to help me out with my new VR designs in Unity, thanks a bunch and keep them coming!
@MaxiM_PL
@MaxiM_PL 8 лет назад
Your poor mouse. I can hear it's silent screams each time you slam your finger on a button like a ten ton hammer...
@查理-k5s
@查理-k5s 8 лет назад
but it make me more understanding his tutorial honestly
@michaelcardinal8561
@michaelcardinal8561 8 лет назад
ha so true
@Di-ft8lm
@Di-ft8lm 7 лет назад
Maxim Reality lol
@saeshii
@saeshii 6 лет назад
Nice
@FPVLIFE
@FPVLIFE 6 лет назад
Louder than his voice
@darkscorp4415
@darkscorp4415 4 месяца назад
After 8 years still help! Thank you.
@AaronHibberd
@AaronHibberd 4 месяца назад
that's good haha :)
@hubertus_putu
@hubertus_putu 9 лет назад
nice tutor, it's great for newbie like me :D make a lot of them
@AaronHibberd
@AaronHibberd 9 лет назад
+Hubertus Putu thanks :)
@makisetakashi
@makisetakashi 8 лет назад
+Hubertus Putu aiss hubert ada disni hahaha
@hubertus_putu
@hubertus_putu 8 лет назад
hari antara ye we wkwkwkwk
@makisetakashi
@makisetakashi 8 лет назад
hahaha, bert kamu nemu ga cara buat animasi biar charnya bisa ambil barang sama naruh barang? kalau nemu minta linknya ya , dri twktu ini nyari ga nemu" tutornya
@hubertus_putu
@hubertus_putu 8 лет назад
buatin animasinya sendiri ri, kamu dapet karaker yang bodynya bisa digerak gerakin gak? yang ada bond nya
@lyozov974
@lyozov974 6 лет назад
I was affraid that i have to watch it all, but you explain it very well and clear.Got what i needed before 10min mark.
@arcticarts8211
@arcticarts8211 6 лет назад
Okay so I'm a teen getting into coding because I've always loved games and have always been fascinated by coding but always thought it was too hard. As it turns out, many commands are actually quite simple and this video was a REAL help! Thanks to you, I have been able to make a start on my very first game! THANK YOU!!
@AngelCnderDreamer
@AngelCnderDreamer 6 лет назад
Good luck with your game! :) I myself am making my own, also I know right?
@PinkSlayerGwen
@PinkSlayerGwen 6 лет назад
Good job bro 🖒
@floofdwagon8359
@floofdwagon8359 8 лет назад
What did poor Unity-chan ever do to you? :(
@IsraelCountryCube
@IsraelCountryCube 4 года назад
She exsisted that’s what!,,
@jasontan6286
@jasontan6286 2 года назад
im just starting and tNice tutorials video was perfect.Well explained and easy to follow for a beginner.I never understood soft soft till i watched tNice tutorials.
@poi70129
@poi70129 8 лет назад
your a great teacher
@AaronHibberd
@AaronHibberd 8 лет назад
+許華 thanks :)
@harishk5075
@harishk5075 8 лет назад
i am getting 3 errors as Operator `-' cannot be applied to operands of type `string' and `int' `UnityEngine.Animator.Play(string, int)' has some invalid arguments Argument `#1' cannot convert `object' expression to type `string' Please help.
@Mycobob
@Mycobob 8 лет назад
This is a wonderful tutorial, I was trying to teach a group of cs majors how to do this today and kept mucking it up. Glad to have a video to reference now. Cheers dude!
@AaronHibberd
@AaronHibberd 8 лет назад
+Bobby Benfield thanks!
@Mycobob
@Mycobob 8 лет назад
+Aaron Hibberd Have you thought about doing a video about making a first person shooter, kinda building off the 1st person boat project, and add a gun and make it shoot bullets objects? Maybe even a hit detector?
@HACHIAttack
@HACHIAttack 8 лет назад
This guy is the most sadistic programmer I've ever seen in my entire life...
@alexbaru3768
@alexbaru3768 8 лет назад
lol
@FirstGearGames
@FirstGearGames 7 лет назад
Excellent tutorial. I liked how you explained the small details on things as well; many tutorials leave out those explanations and I'm left having to navigate away to research them. With your tutorial I was able to add a few modifications to test what I learned. I added an additional transition from Run to Walk when InputV < 0.1, from Slide to Run when Run == True && InputV > 0.1, and two transitions from Slide to Walk when InputV > 0.1 && Run == False as well when InputV < 0.1, and added the conditions of Slide to Idle when InputV < 0.1 && InputV > -0.1.
@hoiimboxhead7803
@hoiimboxhead7803 5 лет назад
Fun fact: Unity chan is free because she is a vocaloid and the rights to he belong to Yamaha
@OneAngrehCat
@OneAngrehCat 8 лет назад
Well after a full day of trying everything to get the animations to properly shift from Idle to Moving, I think you just saved my skin. Thanks a lot mate!
@AaronHibberd
@AaronHibberd 8 лет назад
+Endlesswhiner haha, that's good
@DorothyJeanThompson
@DorothyJeanThompson 9 лет назад
This tutorial saved me. Thank you so much!!!!
@AaronHibberd
@AaronHibberd 9 лет назад
+Dorothy Jean Thompson Awesome!
@DorothyJeanThompson
@DorothyJeanThompson 9 лет назад
Do u have a tutorial on how to do mecanim with an AI script? Like maybe have enemy stay idle till player a certain distance away, then enemy walk towards player, then when even closer have enemy run and then at range attack player? Have hit animations and dying?
@AaronHibberd
@AaronHibberd 9 лет назад
+Dorothy Jean Thompson No I haven't made an AI tutorial yet, it's on my to do list, I want to do that eventually. I just looked at your channel, that VR horror game looks cool. I have actually made half of that before though, for this asset pack I made a zombie that climbs out of the ground, is idle unless the player is near enough to see, then walks toward the player, when close it speeds up, and then you just kill it because you're a car haha ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-WN7oXozEtQA.html
@DorothyJeanThompson
@DorothyJeanThompson 9 лет назад
Oh wow! That looks awesome! You seem like you really know what your doing. Did you go to school for game design? You look so young. :P
@AaronHibberd
@AaronHibberd 9 лет назад
Dorothy Jean Thompson thanks, I worked in a game studio for 9 years, I'm actually super old :P
@MartinHindenes
@MartinHindenes 7 лет назад
Excellent tutorial! Easy to follow, short and easy-to-read code.
@tannguyentv828
@tannguyentv828 8 лет назад
for move we better added these lines: Vector3 vtemp = new Vector3(moveX, 0f, moveZ); vtemp = transform.TransformVector(vtemp); _rbody.velocity = vtemp;
@tannguyentv828
@tannguyentv828 8 лет назад
must convert from local to world first
@Minicronify
@Minicronify 8 лет назад
Thank you so much for this. I knew I'll be in trouble since my character wasn't in 0,0,0 !
@raghav.bazari
@raghav.bazari 8 лет назад
This was helpful!
@Max-xz8lb
@Max-xz8lb 6 лет назад
I just want to throw this out their. For those who don't have a middle mouse button on their laptop hold down the alt button then left click to move around in the animator tab. I really learned a lot from this.
@RockKevin28
@RockKevin28 7 лет назад
Aaron, this is an excellent tutorial. I was actually working on a project and this tutorial is better than the one Unity actually has posted. You ever thought about posting an updated version on Cubebrush cubebrush.co/ or the Unity Store? I am sure there are a ton of people that would buy a copy. Myself included. Cheers!
@AaronHibberd
@AaronHibberd 7 лет назад
Thanks! :) I don't think I'd be allowed to sell it because it uses the Unity-Chan model
@mitchelligbafa2365
@mitchelligbafa2365 4 года назад
I don't know who is watching this recently, but if you are getting errors when you click on play, just go to the script section and open each code in sript section, and debug one after the other to find the once with errors, and visual studio's intelisense would help you to resolve them in just one click
@cartoomotionstudio8403
@cartoomotionstudio8403 9 лет назад
great tutorial :) , maybe you can make a fighting tutorial ! a simple one will be very helpful . thx :)
@AaronHibberd
@AaronHibberd 9 лет назад
+Faisal Eghzawi thanks! good idea that would be cool :)
@cartoomotionstudio8403
@cartoomotionstudio8403 9 лет назад
+Aaron Hibberd cool. maybe a street fighter type 2d/3d :)
@AaronHibberd
@AaronHibberd 9 лет назад
+Faisal Eghzawi haha, I suck at street fighter, I'll lose at my own game :)
@cartoomotionstudio8403
@cartoomotionstudio8403 9 лет назад
+Aaron Hibberd something simple , player walking and fight with enemies will do :)
@HeroicPunk
@HeroicPunk 6 лет назад
Excellent tutorial. I'm loving Unity-Chan already, haha. Such an impressive model to help learn this big, powerful program. Thanks so much!
@rinrin6454
@rinrin6454 8 лет назад
I don't mean to be a code nazi, but a Case statement would have probably been better instead of the 4 if statements. This is more for people who do not know C#, so jeah, If you don't know it, google it, it will definitely help if you end up with even more ifs. Also I loooove these tutorials. By far the most informative and overall best quality I've come by. Thank you for making them, I've already spent many hours here and you might get me to finally make a GAME!!! :D
@AaronHibberd
@AaronHibberd 8 лет назад
Thanks! :)
@DarkEclipz
@DarkEclipz 7 лет назад
It's a switch statement.
@rinrin6454
@rinrin6454 7 лет назад
+Lars, Ah, you're right. Thanks. My first language was Delphi, so it stuck. Just reading my comment is making me cringe. He's so obviously a better coder than I and here I was giving advice... smh. I think I wanted to phrase it in more of a question, like "wouldn't a case (switch I know now) statement be better instead of all those if's?" blugh. Whatever it's over now. Sorry about that.
@AaronHibberd
@AaronHibberd 7 лет назад
just for the record, I didn't even know how to write a switch statement, I always use if statements because it was just the first way I learned, most of the time I actually have no idea what I'm doing and just go with whatever seems to work :P
@rinrin6454
@rinrin6454 7 лет назад
Haha, I love and respect that. If statements are nice and easy to look at, but it becomes tedious to write if it's for simple cases like 1,2,3,4... especially if there are more than 4. Switch statements might be a nice tool for you to use later. Again, thanks for the videos. Unity is amazing, but it doesn't mean anything if you don't even know where to start.
@Garjilius
@Garjilius 7 лет назад
Great tutorial, it was really useful for me! I've also seen others at my uni using this video to understand animations in Unity! :)
@TheVerbalAxiom
@TheVerbalAxiom 9 лет назад
15:45 Lol
@AaronHibberd
@AaronHibberd 9 лет назад
+Omar Moodie :P
@821Drifter128
@821Drifter128 8 лет назад
I thought I knew a lot of the basics but it's crazy how much more i've learnt from this! What a great Tut, thank you so much!!!!
@iamlibra3014159
@iamlibra3014159 7 лет назад
15:40 really creepy there, but thanks for the awesome tutorial!
@IsraelCountryCube
@IsraelCountryCube 4 года назад
Lmao stfu up bitch
@djfajs7087
@djfajs7087 8 лет назад
you've helped me understand how to make models trigger and object and then do an action and possibly perform an animation! thanks
@nicolasrey4341
@nicolasrey4341 7 лет назад
good tutorial but the sound is bad !
@fnord_lander
@fnord_lander 6 лет назад
Thank you so much! I'm surprised how much sense code makes as I'm just starting out. You do a very good job at explaining what we are doing as you walk us through.
@mahanadelacour
@mahanadelacour 8 лет назад
AAron Thanks! you are seriously one of the best tutors out here. MORE PLEASE
@AaronHibberd
@AaronHibberd 8 лет назад
+Mahana Delacour haha thanks!
@xRuimei
@xRuimei 8 лет назад
Your tutorials are so amazing, really helped me a lot. Since I am a beginner I'm still figuring out where everything is. Keep it up! :D
@realcryocore
@realcryocore 9 лет назад
Best Tutorial I have ever saw on Animator. Thanks alot.
@AaronHibberd
@AaronHibberd 9 лет назад
+Peter Andre thanks! you're welcome
@kumarsaikat3303
@kumarsaikat3303 6 лет назад
very good tutorial for the overall animation system in unity. This is what I needed!! Thanks a lot.
@HanLi1984
@HanLi1984 8 лет назад
Thank you for coaching this new system. Now it all make sense now!
@Chmelewsky
@Chmelewsky 8 лет назад
Dude! Finally! Someone made a clear tutorial on how to communicate to mecanim with scripts! Great tutorial can't wait to see the others!
@AaronHibberd
@AaronHibberd 8 лет назад
+Michael Malleske thanks!
@hight3mp1
@hight3mp1 9 лет назад
Thanks dood!!! Its hard to find people that know how to teach! You did a great job!
@AaronHibberd
@AaronHibberd 9 лет назад
+Jose Marcano thanks!
@Anothergames
@Anothergames 8 лет назад
Cannot believe I finished this tutorial. Walking, running, jumping, sliding, turning, attacking done! :D
@AaronHibberd
@AaronHibberd 8 лет назад
Nice! now you gotta do checkpoints, dying, and levels :P ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7NktwerZFro.html
@Anothergames
@Anothergames 8 лет назад
Aaron Hibberd Already watching it. :D
@Moon-re5sd
@Moon-re5sd 2 года назад
Wow. You're the best. I couldn't understand what you were saying but I just followed instructions. Thank you so much
@devianrobotics3877
@devianrobotics3877 4 года назад
I keep going back to this series. Thanks Hibby!
@demedev1940
@demedev1940 7 лет назад
ty for this tutorial, now i know everything about the animator controller, its awesome, there is not a good official tutorial about this
@andrewklepel9501
@andrewklepel9501 8 лет назад
Thanks for putting this out there! I had no idea blending between animations existed, mind = blown
@DoraKage
@DoraKage 5 лет назад
Awesome tut! 16:50 Quick question, I' m guessing these input axis controls are used for keyboard movement (WASD) - do they automatically translate to controllers? or do i need to do a different set of inputs for them?
@mcsdaver
@mcsdaver 4 года назад
Yes they do translate automatically to controllers! They work great with VR controllers also!
@DMatthewHenry
@DMatthewHenry 8 лет назад
I have been looking for a video like this for over a year!!! Thank you!
@AaronHibberd
@AaronHibberd 8 лет назад
:)
@brentedds8393
@brentedds8393 9 лет назад
While the code is not wrong using Random.Range(0,2)...2 is not because you want to choose between 2 numbers but rather because its the max exclusive. if you wanted a number between 5 and 10, you would use Random.Range(5,11) because the 5 is inclusive and the 11 is exclusive, not because you want to start at 5 and get 11 numbers.
@AaronHibberd
@AaronHibberd 9 лет назад
+Brent Edds Interesting, thanks, the way that works is confusing to me
@matheusdearaujo100
@matheusdearaujo100 2 года назад
This is the best free software Ive seen. Respect.
@decilgang
@decilgang 8 лет назад
What if we wanted to make our own turning animations for left and back? What specifications would we need them to be? FPS? How many frames? etc
@CJEXP
@CJEXP 8 лет назад
I dont know why millions arnt subbed to you! I been looking everywhere for a tutorial on this and you are the first one ive seen! You earned a new subscriber!
@mahammadalbarrrak5106
@mahammadalbarrrak5106 8 лет назад
Thanks a lot Aaron really helped me through the struggle with the unity animator
@AaronHibberd
@AaronHibberd 8 лет назад
+Mahammad Albarrrak :)
@AOZMONSTER
@AOZMONSTER 8 лет назад
love the sound effects
@IATotal
@IATotal 8 лет назад
Agree with the comments about your easy to understand english, that helps a lot. Thanks for the nice tutorial
@anthonycaldeorn9280
@anthonycaldeorn9280 8 лет назад
you are really good at explaining things, cleared up a lot of terms for me. much appreciated!
@AaronHibberd
@AaronHibberd 8 лет назад
+Anthony Caldeorn thanks!
@DeoxySynchro89
@DeoxySynchro89 8 лет назад
Great tutorial Aaron. I'm using this as my first tutorial on getting myself learning Unity :-) It's really concise and get the works done. Going to do this with OSVR and see how it looks.
@neilgoss6334
@neilgoss6334 8 лет назад
Really good tutorial. Just getting back into Unity, mega helpful.
@activemotionpictures
@activemotionpictures 9 лет назад
Great post!! Thank you for sharing the setup with unitychan.
@AaronHibberd
@AaronHibberd 9 лет назад
+activemotionpictures thanks!
@Dastan1991
@Dastan1991 9 лет назад
The greatest mechanim tut on the RU-vid. Thanks for everything!
@AaronHibberd
@AaronHibberd 9 лет назад
+Mercury26222 thanks!
@potatopilottv
@potatopilottv 6 лет назад
This actually helped me a lot with a helicopter gunship animation that I'm doing.
@solarplebeian6582
@solarplebeian6582 8 лет назад
Good vid, enjoyed it, esp the section on blend trees. I'm curious about your opinion on using triggers vs. bools as parameters, for those times when you need to smoothly transition between animations vs. just hard cutting over to a new anim.
@AaronHibberd
@AaronHibberd 8 лет назад
+Solar Plebeian they don't make a difference for how smooth the transition is, a bool is something you're constantly checking, like "in the air" and a trigger does the same thing but you just want to send it once in a while, like "got punched in the face". For a smoother transition, you can edit how long that transition takes in that timeline in the inspector window when the transition is selected, for blending gradually between different things based on code, I would use a float, like "move speed" for a blend between walking or running
@luiscarloslazzari149
@luiscarloslazzari149 9 лет назад
Nice video!! Thanks a lot!! Really helped to better understand animations and animation controller on Unity.
@AaronHibberd
@AaronHibberd 9 лет назад
+Luís Carlos Lazzari thanks! glad it helped
@mspeterson735
@mspeterson735 8 лет назад
First off, thanks so much for your videos. You've done a spectacular job at explaining your processes and helping those of us that are students, hobbyists, and aspiring professionals. I recently used your character animation tutorial to animate one of my own. And with the exception of one hiccup, its worked wonders! So thank you, again. Im hoping you could help with that hiccup though. My script matches yours. Yet for some reason, my character only wants to move along its original axis (only moves forward or back along the X axis). So when he is walking forwards, and i press right or left... the character animates as if he were turning... yet is still moving along his original direction. As opposed to walking in the new direction he has turned to. This means that my character is stuck moving forwards and backwards along its original axis only(regardless of which way the character faces), with the exception of being able to move forwards and 45 degrees right or left (in compliance with those two additional motion fields you added in the tutorial). Do you know why this might be? Is it likely and animation issue (to be solved within maya)? or an issue that can be solved within the unity character's animator? I could send you my Unity file or copies of various project assets (scripts, animator, original fbx with maya animations, etc) if this might help.
@AndersonOliveira-ys4qr
@AndersonOliveira-ys4qr 9 лет назад
Thanks for this tutorial, it helped me a lot in my college project :D
@AaronHibberd
@AaronHibberd 9 лет назад
+Anderson Oliveira Awesome, glad it helped :)
@Chacobo
@Chacobo 8 лет назад
Followed it step by step, learned so much! Thanks!!
@IbisFernandez
@IbisFernandez 6 лет назад
thank you for this great tutorial. Im interested in filmmaking with Unity. would you happen to have something that demonstrates how one can go about putting together cinematics and cut sequences? I currently have perception neuron gear for mocap and looking into obtaining faceware for facial capture, but im wondering if im wasting my time trying to do these scenes directly in Unity or would i just have to animate the stuff in outside programs like maya and important all the animated stuff into unity? Naturally the ideal situation would be to do as much in unity as possible.
@AaronHibberd
@AaronHibberd 6 лет назад
I think you would be better off animating characters outside Unity, but they recently added Cinemachine for controlling the camera on a track dolly etc, just like actual film making, so I would use the cameras inside Unity. Also try asking @isosmrt on Twitter what he does, he's my buddy and he's animating a short film in Unity unity3d.com/learn/tutorials/topics/animation/using-cinemachine-getting-started
@GreedC
@GreedC 8 лет назад
wow this is an awesome tutorial on the animator, so clear and useful. Thx man subscribed
@AaronHibberd
@AaronHibberd 8 лет назад
+GreedC thanks :)
@starsiegeplayer1
@starsiegeplayer1 7 лет назад
Helped me more then anyone so far thank you. Great teacher.
@yttrium6575
@yttrium6575 7 лет назад
holy shit, you don't know how much you help me, i just notice that the animator that i made not efficient at all, i even forgot that you can have 2 condition set by make 2 arrow transition, thanks !
@InHiGear
@InHiGear 7 лет назад
Thank you so much for this video! I learned quite a bit. You did a great presentation and I enjoyed watching and following your instruction.
@alexiosv7954
@alexiosv7954 8 лет назад
Thank you very much you made me understand how to use the Animation Controller.
@ZukuUzu
@ZukuUzu 7 лет назад
Hi just today started watching your videos, and they are very useful and detailed. May i ask for a request? So i'm basically trying to do a fighting game and i'd like to know how can i change the camera while the "special move" animation is happening i've searched everywere and i could not find it. thanks in advance
@AaronHibberd
@AaronHibberd 7 лет назад
you could have multiple cameras, and switch to the special movie camera by making it's depth higher docs.unity3d.com/ScriptReference/Camera-depth.html whatever camera has the higher depth is what will be rendered. Or, you could have an empty gameObject that moves around and rotates to how you want the camera to be positioned, and have another one for the special move positions/angles. Then Lerp your camera between those so it smoothly moves to them, if you don't want it to instantly switch, I did something kind of like that in the Monster AI tutorial, when the monster catches the player, it makes the camera look at his face
@nicholas4297
@nicholas4297 7 лет назад
+Aaron Hibberd Just wondering whether the animation created can be export as a package for my augmented reality applications?
@wisdomroman2072
@wisdomroman2072 6 лет назад
Nice tutorial I have ever seen. Really great, And I have a question. When I add Rigidbody to Chan, something is odd. Penetrate into the land. not same as your screen. What do you think?
@KingHari010
@KingHari010 7 лет назад
I have followed all the steps up to the point of applying velocity to rBody.But walk cycle is not looping,why?Taking a few steps It is halting and default wait animations are playing.I am following it to use it in my project.Please let me know whi I missed!
@jnicoulakos
@jnicoulakos 8 лет назад
I thought you did a great job at this tutorial. Do you think you can do something like this remotely for a users group?
@jamesmanahan2800
@jamesmanahan2800 8 лет назад
Hi Aaron I'm your new Subscriber what u did is awesome but can I ask if is there any possible way to make my character move left and right without the need of "forward" because I need it for a Maze Game.
@ziaurrehman5206
@ziaurrehman5206 8 лет назад
This is awesome, great work dude. Plz make a Vehicle Car and Motorbike tutorial, like Offroad Legend 2 and Traffic Racer etc.
@bullstraderimphal8676
@bullstraderimphal8676 2 года назад
thank you so much! do you by chance have a link for element 3d for windows? I have tried a ton of links but they’re broken and yt has been taking down videos with links left and right. You’re the only RU-vidr I trust when it comes to downloading these things. Thank you!
@nguyenhoainam4326
@nguyenhoainam4326 5 лет назад
The way you guide is very interesting and easy to understand. thanks you!!!
@yc3X
@yc3X 8 лет назад
Hey! thanks for the vid! One question though D:! What is that squiggly i in anim? l cant find it on google >A
@DeveloperJake
@DeveloperJake 3 года назад
What’s the outro music called?
@dvkunz
@dvkunz 7 лет назад
Great, I've been trying this stuff for days, found your video and fixed it in an hour. Thanks a lot.
Далее
Unity - Simple Move a Cube with the Arrow Keys
11:06
Просмотров 488 тыс.
3 Hours vs. 3 Years of Blender
17:44
Просмотров 5 млн
Unity3D - Trigger animations (keypress trigger)
6:27
Просмотров 161 тыс.
Unity in 100 Seconds
2:45
Просмотров 1,1 млн
The Fast Way to Code C# and Setup Animations in Unity
16:13
Isometric Game Tutorial - Pros and Cons, Art, Movement
11:16
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 721 тыс.
Why you Draw Bad Assets || 2D Game Art
13:00
Просмотров 78 тыс.