A Better Way to Code Your Characters in Unity | Finite State Machine | Tutorial

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 111

  • @masoncrowe
    @masoncrowe Рік тому +184

    Who else is doing tutorials like this right now?! Killing it man

    • @sasquatchbgames
      @sasquatchbgames  Рік тому +46

      holy CRAP!!!!
      Dude thank you SO much for your support, I don't even know what to say...That's so generous, Nikki and I appreciate it from the bottom of our hearts

    • @chadmoberly7044
      @chadmoberly7044 Рік тому +7

      Mason my man... doing lots of good in this world :)

    • @BangBang-zb8sf
      @BangBang-zb8sf Рік тому +2

      Mason is the one who knocks

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

      thank you

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

      There are quite a few other Creators/dev doing this right now. Maybe have a look for "state machine tutorial Unity", you'll find at least a dozen.

  • @chadmoberly7044
    @chadmoberly7044 Рік тому +20

    With the view counts increasing, and the super generous donor under this video, the future looks bright for your channel (AND studio!). Thank you so much for these videos that are honestly worth putting a price tag on. You guys take care!

  • @Steinsdomain
    @Steinsdomain 9 місяців тому +22

    I feel like I'll need to watch this like 10 more times before i can even start keeping up xD awesome tutorial though, making it all so clean and look effortless is inspiring

  • @davidvarga2916
    @davidvarga2916 7 місяців тому +15

    Ok just went through the video once and my mind just blanked out at some point. I need to rewatch this a few more times cause there's just so much info there. And I want to understand this completely. Thanks

  • @gbeebe
    @gbeebe Рік тому +2

    As a professional programmer, who's predecessor's primary thought was "just make it work", that thumbnail hits hard.

    • @sasquatchbgames
      @sasquatchbgames  Рік тому +2

      I used to code like that once upon a time. So it hits hard for me too

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

    Oooh, I love the way you showed 3 editor windows simultaneously :)

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

      Thanks! I would have loved to have synced them up but it would have taken too ong :D

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

    I think it's one of the best tutorial I ever encountered, I gained so much just by watching this 16 minutes video. Thank you so much for this !

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

    Just subscribed off this video alone. Some people may hate the amount of scripts here but I love how compartmentalized this is. So easy to follow, even as someone who has yet to implement a state machine yet. Great background story you guys have as well. Hoping the best for you two!

  • @Titrationator
    @Titrationator 11 місяців тому

    A very good tutorial that explains this advanced concept in an easy to digest way. One of the best tutorials for anything I've watched.

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

    This really helped out a lot. I was doing the same kind of scripts but i was communicating the scripts together in different order which was making me confused at times. The way you do it was very easy to follow.

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

    This is really helpful and well put together. I loved the super quick and casual interface explanation I've been needing to learn that more in depth and that clicked really well how you explained it. Thank you sir.

  • @fred1541
    @fred1541 9 місяців тому +2

    As a student , I really learn a lot from your video, which makes my final report excellent in this semester, Thanks~

  • @yungefendi6480
    @yungefendi6480 Рік тому +14

    no way there is someone who can follow up on all this shit man

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

      Exactly what i thought

    • @derrviel
      @derrviel 15 днів тому

      This is straightforward and makes much more sense compared to other tutorials by more popular UA-camrs out there like CodeMonkey/Brackeys.

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

    The worst thing about these videos is they have to be this long and you kept it as short as possible. All of this doesn't favor the youtube algorithm. Really great video! I won't go into tiny details I think that would make it better. Again, thank you so much for this!

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

    Must be the best state machine i have seen

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

    This is so nice, informative constructions not only the state machine itself. And the explanation was spot on. Great learning source for newbie like me.

  • @buschcory
    @buschcory 23 дні тому

    Thanks, lots of good stuff in here, appreciate it.

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

    Good tutorial. Clean code. Propogates good programming habits. Respects OOP.

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

    So this is how the pros code... I have a lot to learn!

  • @psybergames7327
    @psybergames7327 10 місяців тому

    Really top tutorial I was always curious of the scriptable object approach although never messed around too much with the idea myself. Although I currently working on a update for a game that already been prototyped and has shown enough interest that taking further. I have changed so much that new Enemy AI was needing done was originally going use a plug in but decided that I would be better to reduce the work load, but after thinking I seen your scriptable object approach. That led me back to previous video. Gave thumbs up and sub well deserved and look foward to the scriptable object use for my game as it will allow to do as you say give the exponential behaviours that will work great for my game as it will have procedural generation aswell so this give real variety abilities. So thank you and big ups for your videos

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

    nice. was waiting for that. great jobbb

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

    You deserve much more views!

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

    Great tutorial, having a big file with 2000 lines is a hell when something goes bad. Would be awesome going a little deeper playing around with the AnimationTriggerEvent method, or using some good practices for where start animations on states, etc.. (I've seen some of your vids, seems you use professional practices, and that is what newbies like me need)

  • @MelHamer
    @MelHamer 6 місяців тому +1

    I'd avoid nesting colliders like this. The interaction with the colliders bubbles up through the other components on the GameObject. Imagine you're writing a top down space shooter and you're implementing this exact FSM and collider arrangement for a "boss" capital ship. Alongside, the two circle colliders you also have other code that detects a player laser hitting a collider that closely maps the boss ship where you want there to be an explosion. As the laser triggers each collider an explosion will be displayed, most of the time well outside the RigidBody model. Much better to avoid the two circle colliders and simply calculate the distance between the "boss" and the player in the EnemyAggroCheck and EnemyStrikingDistanceCheck classes via a Vector2/Vector3.Distance call in the Update method.
    Otherwise, this is a great intro to FSM and the follow up ScriptableObject FSM tutorial is genius.

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

      Can you just set these objects to a specific layer & set the layer collider matrix accordingly?

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

    With this you saved my life, thank you very much.

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

    0:18 //move... LOL!!! thanks for the tutorial, as a beginner this is hard to understand, I might have to watch the video like 10 times before I totally get it, but who said programming is easy xD

  • @SteveS-w1q
    @SteveS-w1q 2 місяці тому

    Great tutorial. One question, how to make Enemy State class support different types of enemy that have their own RandomMovementRange and Speed?

  • @sametayaz4891
    @sametayaz4891 7 місяців тому +1

    If you are a newbie, make a smaller scale of your ideal game. Then, use that as a foundation.

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

    Great Video, I ran into a nullpointer exception in fixed update because it was called before the start method and had to get the rb component within awake function of my enemy class

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

    At this point I realised that my code is sh1t, thanks for showing an example for a better code

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

    This is a great architecture. Thank you :)

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

    Thanks man, this helped a lot.

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

    great job as always!

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

    Very informative video! Love your explanations!

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

    Wow Very Detailed Explanation ❤

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

    very informative tutorial, great job

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

    I'm getting a NullReferenceException when I try to call PhysicsUpdate(). But the error goes away if it's called from Update() instead of FixedUpdate(). Any ideas?

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

      I just found out Update() is not even being called.

    • @666-l7u
      @666-l7u Рік тому +1

      I believe if you left Start and Update methods in Ghost class it somehow overrides Enemy Start and Update with nothing and, therefore, can't find some reference in FixedUpdate.

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

      Add "StateMachine.Initialize(IdleState);" in the Enemy class Awake function just below the state variables. The state has to be initialized first

  • @shubhabrotapal4709
    @shubhabrotapal4709 8 місяців тому

    The amount of information is just awesome 🔥, only if u could slow down the pace a little bit it would be easier to watch than pausing everytime , still thanks for the great information.

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

    Unbelievable, thanks!

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

    Already lost me at 3:20. When I right click there's no option for "quick actions and refactoring". Even if there was, where did all that code come from? I was hoping this could be a standalone video.

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

    that's really help full, thanks for this tutorial! im trying a multi statemachine for different behavior and that solve the problem for different types of interactions. i was now woundering is the quick override an extension or something, i type all the overrides and im getting crazy now

  • @developmax4693
    @developmax4693 4 місяці тому +1

    It's possible to do it without public states fields. I guess public fields is something wrong, isn't it?

  • @AstralNostalgia
    @AstralNostalgia 6 місяців тому +1

    what's about this aproach for time cooldown system?is it worthless? I meant I Like to control a lot my attack possiblity and make desicion for my rpg game. I do not trust so muh in Mult state machine inheritance. but probaly scriptable object can be easier can be little tricky special for save-load game approach.

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

    At first, i really appreciate for making such great video. I want to ask about something. I tought, if we use getter and setter structure for both character properties and animation state machine, wouldn't it be more difficult to understand? I'm not expert of this, but maybe we can use switch - case for state machine, and for the character properties (such as durability or move speed) we can use getter and setter form. What are your thoughts on this? Thank you.

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

    this video is awesome and contains a bunch of information. you clearly know what you want to get done and seem to implement all of it pretty seamlessly. for me however i am just starting and looking to understand state machines better and this video moves pretty quick and contains a lot of information that im getting lost with, i implemented a state pattern from another creator 'iHeartGameDev' but a few of my more knowledgeable friends said perhaps it was a sub-par example/implementation of a state machine, even though it was functional. do you perhaps have another more 'beginner friendly' youtube video or article that you could recommend to me?

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

    Good stuff. Been thinking about trying statemschines for animals in a game I'm working in.

  • @blepomorph419
    @blepomorph419 7 місяців тому

    Struggling to figure out how to implement this is a way that lets me base state movement stats over to my main player script. Feels like I'd have to implement a lot of interfaces and possibly end up with double code?

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

    Hey! Don't know if you're still answering comments but I had a question about one of the things you showed.
    I was following the tutorial and noticed that in order for my enemy to properly initialize, the "Ghost" needs to have it's start function removed, even if it was empty before removal. (This took way too much debugging on my part to figure out 🤦‍♀)
    If the ghost had a Start function in it at all, the Start function on the Creature script would never run, and thus never initialize a state.
    Does this mean that we're not able to run code on Start for the Ghost? What would be the best way of handling enemy specific logic that we want to run on Start but don't want to put in the Creature class itself?
    Thanks so much! Great vid :)

  • @xRayed85
    @xRayed85 10 місяців тому

    Thanks for tutorial, quite informative but I found a problem. I guess you gonna have memory leaks with such cross reference since Enemy knows about State and State about Enemy. Am I right ?

  • @brandonmitchell-kiss2533
    @brandonmitchell-kiss2533 11 місяців тому

    Shouldn't the reference to player be static, that way you don't need to call it in the constructor and all enemies will share one reference to the player??

  • @akashrajak5811
    @akashrajak5811 10 місяців тому

    What are less expensive to check distance every frame. Thanks in advance

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

    What I don't understand is, you create the Chase logic in the ChaseState, but what if different Enemies have different chase logic? I guess I don't expect any respond for such old video, but if anyone sees this you are very welcome to explain to me if this is how it's supposed to be used or if it's just an example.

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

      I think you just create a new class name like SkeletonChaseState : EnemyState for Skeleton enemy or something else and override update in skeletonchasestate.

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

      @@nguyentrandinh8065 Ah, makes sense I guess

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

    for check radius . is physic trigger more performance than check for distance??

  • @ZCFHUAfhnvjf
    @ZCFHUAfhnvjf 7 місяців тому

    I am so confused about what happened at 4:22. I'm following along and then all of a sudden in a split second you must have hit some hotkeys and made something called regions? You didn't explain it at all and now I have less lines of code than you but they aren't visible in the video
    7:55 generate constructors literally just doesnt show up for me

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

      if you are using vscode than at 4:22 to do the same thing left-click on the interface and press ctr+. and select "implement interface" at 7:55 instead i think it's a vs feature only not implemented in vscode, at least i did not find a thing that does that automatically

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

    Great tutorial! But can you please add "FSM" or just "State machine" in the title? (For the future searches)

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

    Hi! Ive followed the complete tutorial but I cant understand why the movement speed is so slow for me when is chasing the player. Idle speed is the same as the chase one, but chase direction is calculated 10 times small than the other one. Do you know what can it be happening?

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

    one way you could make this video better is to add you using the final product state machine to easily build another enemy using the objects you just created, i know, you'll end up using more prefabs which in essence, are prefabricated lol but it still might help

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

    The AnimationTriggerEvent is kinda slow how do i make it fast?
    I want to change to another animation after the current animation ends but it doesn't, if turn on animation loop time it takes two to three loops to take effect. How do i fix this?

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

    Would there be any performance implications due to any empty FrameUpdate and PhysicsUpdate calls? I imagine there will be lots of enemies using the Enemy script, some of which will not require FrameUpdate or PhysicsUpdate to be called. Won't this cause some overhead?

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

    why your camera is so close? You spooked me

  •  Рік тому +3

    did not understand shit xD! I will see it again and try to do it

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

    Good tutorial. At 10:15 I thought your enemy was varying his speeds and I was so confused. Trying to find a bug in my code or how yours could be doing that. After inspecting closer it looks like actually you just moved the hero which moved the camera and so it just looked like it was going at a different speed. The background is blank so it was hard to tell.
    Anyway. I found this pretty useful and will continue along. Thanks for the vid.

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

    This is really interesting. I'm not sure I've ever seen a enemy/behavior state coding tutorial like this. It's tricky for novices (like me), but I can see how this could save time in the long run making behaviors that can be switched around.
    Now, random question, I'm starting to interview indie devs on my channel for a series about developers talking about the games they're making, the tools they use, and games that inspired them. Would you be interested in an interview??

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

    Hi. Do you by chance know how to export an android apk from unity? i keep getting some file when i press build and not the apk, also takes pretty long to build. I get a buildmethod error message at the bottom left part of the unity screen.

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

    When should I use differenct state machines for different systems? I want to handle animation states programmatically in a state machine like this, I also implemented this state machine for my character behaviours. Should I use only one state machine with a variable currentBehaviourState and currentAnimationState or should I split both systems up into 2 different state machines? In my case, the animation states don't correlate always with the behaviour state. How would you guys handle this?

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

    It's always surprising to me that people create scripts in Unity instead of directly in their editor. Creating scripts from your editor means you don't have to clean out the mono behavior bits and allows much higher flexibility.

  • @ekekw930
    @ekekw930 Рік тому +2

    14:39 why not show us the better way?

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

      I did this for his if else
      if (!enemy.IsWithinStrikingDistance)
      {
      _exitTimer += Time.deltaTime;
      if(_exitTimer > _timeTillExit)
      {
      enemy.StateMachine.ChangeState(enemy.ChaseState);
      }
      }
      else
      {
      _exitTimer = 0f;
      }

  • @DG-jq2jq
    @DG-jq2jq Місяць тому

    That's a BIG NOSE!!!! =)

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

    Great tutorial! If i use imported animations for my 3D game, i need to use the Events tab in the animation clip, instead of the Events tab in the Animator panel (when creating them IN unity). They are quite different in behaviour. The one for imported animations relies on you providing a function name, and it will then try to find that function and trigger it. Is it possible to incorporate those events into the state machine?
    Edit: For now i've made a "EnemyAnimationEvents" script that sits on my enemy, which holds functions that the AnimatorController can find for the animation events. These functions will then access the 'Enemy' script and use the respective State instance to call the needed function. So if i have a MeleeAttackEnd event, i will have a EnemyAnimationEvents.MeleeAttackEnd function. This function will call the `_enemy.MeleeAttackState.MeleeAttackEnd` function.
    I intially wanted to make an empty GO on the Enemy called "AnimationEvents" which would hold seperate scripts with functions. One script per animation, but sadly the AnimatorController cannot search for functions in child objects, it only searches through the scripts on the gameObject in which the AnimatorController resides on.

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

    Did you put microphone near keyboard to record the clicks?

  • @patek2385
    @patek2385 8 місяців тому

    Why not using Scriptable Objects?

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

      he uses them but just on the video about state machine after this ua-cam.com/video/iOYo7flBUW4/v-deo.htmlsi=fjEPWB4xWPzVQ2U8

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

    This is so fk complicated my pepega brain is exploding

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

    On the surface, there is a lot of useful knowledge here. Too bad it is passed in such a hurry and it takes several times to rewatch it to keep track of what's going on... It really spoiled this tutorial.

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

    Decoupling

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

    Плохой пример. Не для игр. Вместо наследования нужно использовать композицию. Создавать врага из разных компонентов, а не создавать один класс Enemy и давать ему интерфейсы

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

    Too many scripts for my liking. I like to keep it simple and easy to find rather than having so many script that need each other to run some simple task.

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

    well, it was interesting, but quite brainbreaking, at least for me

  • @Coco-gg5vp
    @Coco-gg5vp Рік тому

    First

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

    you know a lot of programming...but the part where you explain it to people is...horrible.

    • @ZCFHUAfhnvjf
      @ZCFHUAfhnvjf 7 місяців тому

      I keep wondering if I am just a horrible beginner or if these are bad tutorials. I think he types way too fast (if its not edited to speed it up) and doesn't explain hotkeys that he uses, like at 4:22. I have no idea what happened there, and the code is minimized so I cant see what I'm missing, since he now has 10 more lines of code than I do.

    • @ZCFHUAfhnvjf
      @ZCFHUAfhnvjf 7 місяців тому

      also, LONG LIVE SAKARTVELO

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

      @@ZCFHUAfhnvjf the minimized code is something that was previously already written 3:45 So you weree not missing anything. And he used right click before that to add the other part of the code that generates itself instead of having to write it himself will be the same for everyone.

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

    nice video, but state machines don't mean better performance, most of the times actually they aren't less performant. state machines generate more garbage and they produce a lot of cache misses. this is not a problem; 99.99% of the time, this will not be impactful for your game. however, 'performance' shouldn't be counted as a state machine's advantage.

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

      what do you recomend, i have seen state machine done in the animator with behaviours but i dont know which one is better

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

    The AnimationTriggerEvent is kinda slow how do i make it fast?
    I want to change to another animation after the current animation ends but it doesn't, if turn on animation loop time it takes two to three loops to take effect.

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

    Hi. Do you by chance know how to export an android apk from unity? i keep getting some file when i press build and not the apk, also takes pretty long to build. I get a buildmethod error message at the bottom left part of the unity screen.