How can I create multiple class/enemy variations using my StateMachine in Unity using C#?
I have been following multiple sources to create my own custom StateMachine in Unity Engine, without any substates. I’ve managed to create a StateMachine that handles every basic, simple requirements of being a character in a video game such as Walk, Run, Crouch, Dodge, Turn and a single basic melee attack combo.