Тёмный

Don't use the Unity Animator, Use Code Instead! - Tutorial 

Small Hedge Games
Подписаться 1 тыс.
Просмотров 13 тыс.
50% 1

Unity developers often create messy animator tabs. Animating like a programmer allows you to clean it up, and have more control of your animations. This is how to set up your animations in any project.
Assets Showcased:
ENVIRONMENT: assetstore.unity.com/packages...
POST PROCESSING: assetstore.unity.com/packages...
FULLSCREEN: assetstore.unity.com/packages...
PLAYER: assetstore.unity.com/packages...
SOUND FX: assetstore.unity.com/packages...
FOOTSTEPS: assetstore.unity.com/packages...
Support me :) - buymeacoffee.com/smallhedgehq
Website - www.smallhedge.com/
My games - small-hedge.itch.io
Twitter - / smallhedgehq
Facebook - / smallhedgehq
RU-vid avatar created by OliGalArt, go check her out! ko-fi.com/oligalart/commissions
00:00 Intro lol
00:38 Setup
01:09 Player Movement Script
01:49 Step 1: Add Animations
02:35 Step 2: Setup Script
04:43 Step 3: Trigger Animations
04:55 Run Animations
07:00 Cycle Idle Animations
09:28 Step 4: Instant Animations
09:41 Punch Animation
10:52 Behavior Scripts
14:07 Reset Animations
15:00 Jump Animations
17:52 Hashing Animations
19:02 Outro :)

Игры

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

 

14 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 67   
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
Hello everyone! I just released part 2 of this video! It’s an independent animation scripting system that works with layers and animation locking (and is very easy to use). Go check it out! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Db88Bo8sZpA.html
@cdreyer6266
@cdreyer6266 4 месяца назад
(timestamp 8:45) instead of a switch on check idle: string anim = $"Idle {currentIdle + 1}" ChangeAnimation(anim)
@maxgordon3194
@maxgordon3194 3 месяца назад
in ChangeAnimation(anim) , are we supposed to write the name of the animation in anim or give its number?
@cdreyer6266
@cdreyer6266 3 месяца назад
@@maxgordon3194 ChangeAnimation is a custom function he created that can only recieve a string, but It's all about the CrossFade call in the Unity Animator API that you can pass it either the animation state name (as a string) or the state hash (as an int)
@cdreyer6266
@cdreyer6266 3 месяца назад
​@@maxgordon3194 ChangeAnimation is a custom function that he created that calls the CrossFade from Unity animator API and can only recieve a string, but In CrossFade function you can pass it either the animation state name (as a string) or the state hash (as an integer).
@cdreyer6266
@cdreyer6266 3 месяца назад
​@@maxgordon3194 ​ChangeAnimation is a custom function that he created that calls the CrossFade from Unity animator API and can only recieve a string, but In CrossFade function you can pass it either the animation state name (as a string) or the state hash (as an integer).
@cdreyer6266
@cdreyer6266 2 месяца назад
@@maxgordon3194 'ChangeAnimation' is a function created by him that receives a string, but this functions basically just call de Unity Animator api "CrossFade" wich can receive a id as number, so it's all up to you
@bobjo1006
@bobjo1006 3 месяца назад
watching someone code like this is satisfying since im learning to code as well
@PreRenderedRealities
@PreRenderedRealities 4 месяца назад
Perfect explanation and pacing. I learned a lot here, thank you!
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
Your welcome! Glad I can help out!
@corruptionhades4872
@corruptionhades4872 4 месяца назад
Nice video, explained really well. Keep it up!
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
Thank you! Great to help out
@user-np5wu7wf9i
@user-np5wu7wf9i 4 месяца назад
So well explained, i'll subscribe
@federicodanzi1412
@federicodanzi1412 2 месяца назад
It's actually pretty smart but also simple. I mean, even if you use the animator transitions and variables, you need to change them by script, so why not do all the rest too? You opened my eyes, thank you!
@PupsXD
@PupsXD 4 месяца назад
Great video bro
@Ortskhoev
@Ortskhoev 3 месяца назад
Good job, man!
@MisiekPompix
@MisiekPompix 4 месяца назад
The cleanest coder Niceee
@Sebbx8
@Sebbx8 4 месяца назад
Meanwhile Unreal Engine Animation Blueprint just being superior
@lokosstratos7192
@lokosstratos7192 4 месяца назад
@@alvin4422 i think blueprint can be used along with c++ code? how would Abstraction, Inheritance, polymorphism and encapsulation not apply to c++?
@thobraa
@thobraa 4 месяца назад
@@lokosstratos7192I’ll play your game, toss the link.
@zanagi
@zanagi 3 месяца назад
How different it is? I havent studied that far.
@stickguy9109
@stickguy9109 3 месяца назад
​@@zanagi As far as I know it's got visual scripting kinda thing so you can run your logic inside of it.
@YoutuberUser002
@YoutuberUser002 3 месяца назад
Meanwhile your not even a coder 😂
@FOLDIK_UA
@FOLDIK_UA 4 месяца назад
Author: "Don't use the Unity Animator" Also author: * uses Unity Animator * 😄
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
xD
@jacklivingstone1882
@jacklivingstone1882 4 месяца назад
I think "dont use the unity animator, use code instead!" rolls off the tongue better than "Dont use the unitor animators transitions and parameters to control which animation is playing, use code instead!"
@FOLDIK_UA
@FOLDIK_UA 4 месяца назад
@@jacklivingstone1882 dude, i know everyone figured this out, but i have to admit the fun fact that i do this myself, this approach immediately seemed more tame and controlled to me when learning unity.
@sladnam7480
@sladnam7480 4 месяца назад
Does this work with BlendTrees as well? All of my characters directional movement is handled in a BlendTree (forward, back, right, left, ForwardRight, ForwardLeft, etc)
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
Feel free to correct me on this. I believe blend trees act like any other Unity animator state. So you should be able to run Animator.Crossfade("Blend Tree Name")
@rediculai2584
@rediculai2584 2 месяца назад
i did this it seems alot cleaner but i have problem when i press left and right (a and d) for movement the animations bug out and it starts playing the running animation but with input.getaxisraw("horizontal") it should equate to 0? or when i fast tap a and d the player would walk but in the idle animation very weird
@nizzq2
@nizzq2 2 месяца назад
Hey, I encountered an error where the attack animation will stop playing after the first hit. I followed the tutorial shown in the video but it is not working. :(
@SmallHedgeHQ
@SmallHedgeHQ 2 месяца назад
Sorry you're having problems! I might be able to help out with a bit more context. I'll also add we worked on making a dedicated plugin for Unity for animator coding following this video, where you hardly need to set anything up, might be worth checking out ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9tvDtS1vYuM.html
@nizzq2
@nizzq2 2 месяца назад
@@SmallHedgeHQ Thank you for replying! The hierarchy for my player is "Player > Player Model", my player controller script is attached to the Player game object and the animator component is attached to the Player Model game object. As shown in the video, its "GetComponent" and since my animator component is attached in the child object I used "GetComponentInChildren"
@SmallHedgeHQ
@SmallHedgeHQ 2 месяца назад
Hmm bizarre! I’ll try to troubleshoot everything that comes to mind. 1. When calling Animator.Play(“”), the string needs to be exactly the same as the Animator state name (not the animation clip name) 2. It needs to be on the right animation layer (default is 0) 3. The Animator itself has no transition lines 4. Ensure that GetComponentInChildren() is getting the right animator component (print animator.GetInstanceId() and go to the inspector and enter debug mode in the top right, make sure they match. Or just call animator.name) 5. After animator.Crossfade() (with crossfade = 0) print animator.Update() then animator.GetCurrentAnimatorStateInfo.IsName() then test if it is actually playing the animation 6. Check if the animator component has a valid animator controller Hope that helps! If not, flick through the code and we might be able to spot something.
@yassin_GameOver1
@yassin_GameOver1 3 месяца назад
Thanks you🎉
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
Welcome 😊
@snorQz
@snorQz 4 месяца назад
How do you make this work with layers? Like i want the punch just to affect the upper body and at the same time i have the walk interact with the legs
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
Unity actually has a built-in feature just for this! It's called an Avatar Mask. Where you can select different parts of the body to only be affected by a certain layer. I'm actually currently working on making a video for that right now :)
@snorQz
@snorQz 4 месяца назад
@@SmallHedgeHQ awesome, thanks
@daoviettuan2002
@daoviettuan2002 2 месяца назад
I want to ask what happens if it applies to thousands of enemies? I want to ask if the animation clip when attacking has a length of about 2 seconds, do we have to check to run the entire animation before switching to Idle mode?
@SmallHedgeHQ
@SmallHedgeHQ 2 месяца назад
That was actually a problem with this workflow. We actually solved it in this video, where the concepts from this video was turned into a self-sufficient plugin ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9tvDtS1vYuM.htmlsi=ToetMGz0N_Y1ih0G
@vailshnast
@vailshnast 3 месяца назад
I think Animancer could solve all problems, also would suggest using fsm in code
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
Yeah I suppose it depends on your ideal workflow. Whether to use the animator as a visual fsm or write all the conditions through code. In a lot of cases you could use a bit of both.
@watercat1248
@watercat1248 4 месяца назад
It's good to know that there's way to make move between animation with out animator traction However I prefer to use the animator traction in my game But if it's system that I'm not able to do with the animator it may use this system for reference. That's my sounds weird to you but i personally prefer to not make the wail animator system with code
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
I suppose it comes down to what your default is and how you arrive at solutions. With game development, there’s an infinite amount of ways to do the same thing. It’s just about finding the workflow which suits you best.
@maxgordon3194
@maxgordon3194 3 месяца назад
can you tell me how to use this technique as a animation override controller, like if there are multiple animation sets with the same animation names but different poses. like holding a hammer, or holding a gun etc. both have same number of animations but the animation data is different like the idle for holding a hammer is different and idle for holding a gun is different etc, if you cant make a tutorial can someone give me an overview of how to achieve this?
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
I think I understand. You’re wanting to work with layers. Such as the bottom half of the body is idle but the top half is swing a hammer. I would recommend watching my latest video of animation scripting as I go through this step by step ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Db88Bo8sZpA.html
@maxgordon3194
@maxgordon3194 3 месяца назад
@@SmallHedgeHQ no what I mean is we got three or more weapons or so. like a shotgun, a melee weapon, a assault rifle etc. each of them has its own animation set for example: idle anim while holding hammer, attacking with it etc. same goes for the next one like switching weapon to shotgun or rifle, then their own animation sets and so on being applied to the same character skeleton. how can we achieve that. also ill check your latest video out.
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
​@@maxgordon3194 Right. There are two ways this can be approached: Using one animation controller and using many animation controllers. Setup: Have an animator component attached to the player. Put every weapon as a child of the player in the appropiate rigging position and disable all of them. The animation controllers have two layers: Upper Body and Lower Body. One Animation Controller: The Upper Body layer is where you place every single player movement animation (idle, move, jump etc) and every single weapon animation ever (hammer idle, hammer swing, shotgun idle, shotgun shoot etc). The Lower Body layer is where you put all player movement animations that use the legs. Use the AnimatorBrain script as in the mentioned video. To disable/enable weapons when you switch you can either: enable/disable in the animations themselves (at the end of the put away animation it disables it and at the start of the pull out animation enables it as a keyframe) or enable/disable them in script. Many Animation Controllers Have an animation controller for each weapon. The Upper Body layer for each animation controller contains exactly the same as ^ except it only contains animations for the current weapon. Then when you come to switch weapons, disable the current weapon and enable the next weapon (as described in ^) and swap the animation controller in the animator to applicable animation controller. Great thing is you can make each animation controller visually identical (same state names so Animation.Crossfade() will work) but the states hold the applicable weapon animation. For using One Animation Controller its advantage is Animation.Crossfade() works when swapping weapons. The advantage to Many Animation Controllers is adding more weapons can be done at runtime procedurally and is easier to handle as the project scales but beware, making a change would mean making that same change in every animation controller.
@maxgordon3194
@maxgordon3194 3 месяца назад
@@SmallHedgeHQ thanks I'll give this a try. in the future if you make more animation related videos do keep fps animation setups on your list if you make more of these someday. 😃
@-sistudio4347
@-sistudio4347 Месяц назад
лучший, бро 💞💞💞💞💞💞
@Coolkidstan
@Coolkidstan 4 месяца назад
Can you do a tutorial on animation with weapons using these systems
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
Actually that’s the next video! Stay tuned
@Coolkidstan
@Coolkidstan 4 месяца назад
@@SmallHedgeHQ Oh! Sick will defo check
@YggdrasSoftGaming
@YggdrasSoftGaming 3 месяца назад
for the idle animation, wouldn't it just be easy to set the first value of currentIdle to 1, check if it's over 7 and loop it back to 1 and just have the last else call ChangeAnimation($"Idle {currentIdle}"); ??? Just kinda feels like there's no reason to add extra steps for something relatively simple. EDIT: And someone beat me to it a little further down like 3 weeks ago, sorry.
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
Yeah you’re right, would be a lot simpler. I actually corrected this in the latest video where we instead used enum arrays and hashes to play animation.
@daleodorito
@daleodorito 3 месяца назад
Why would you have so many animation transitions on a single layer though?
@SmallHedgeHQ
@SmallHedgeHQ 3 месяца назад
I suppose If you have say 10 animation states and want to join them all together that would be 45 animation transitions lol. It’s a Fibonacci sequence.
@magnusm4
@magnusm4 4 месяца назад
Unreal: Just use Animator. Unity: Use animator, through code. Stride: F*ck it, do it all through code.
@SmallHedgeHQ
@SmallHedgeHQ 4 месяца назад
lol
@ADITYA-om3uk
@ADITYA-om3uk 4 месяца назад
🎉
@IRIS6706
@IRIS6706 Месяц назад
well...unity animator is terrible, but controlling all of your animations with code is even worse.
Далее
Say Goodbye to the Animator! NEW Unity Plugin Showcase
15:40
Boots on point 👢
00:24
Просмотров 2 млн
CGI vs Practical - Can you tell the difference?
11:22
PLEASE use a Unity SOUND MANAGER! - Full Tutorial
15:58
Speedpaint | Pixel Art | Character Design Practice 03
13:25
Escaping Unity Animator HELL
18:18
Просмотров 499 тыс.
An HONEST Guide to Starting Game Development
5:33
Просмотров 1,7 тыс.
EA Won't Let Me Play This Game - So I Hacked It
8:49
Просмотров 294 тыс.
The Game That Hacks Your Brain
24:43
Просмотров 582 тыс.
The Strange Graphics Of LETHAL COMPANY
15:59
Просмотров 759 тыс.
Читерская Фишка в CS2 / PUBG
18:21
Просмотров 292 тыс.
TEAM SPIRIT: RIYADH MASTERS 2024. VLOG 2
35:26
Просмотров 140 тыс.