Posted March 30, 2025 by Goutamraj
Added State Machine for the player behaviour. Currently there are 2 kind of states available and these are Player moving-state and idle-state.
Why State Machine:
It's gone help to scale the character behaviour. Gives the option to add finite number of states and simplifying complex system. Allowing for modular design.