You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pair of projects implementing different styles of character controller. Ability State Machine is for fighting-game style games, since it is animation-driven. It is data oriented for predictive tools such as movement curves and jump paths analyzer. Also allows for easier future implementation of rollback netcode. Mutexing Ability Combat is more f…