Time: 29:03
As I was researching how to update the movement system, I discovered what blend trees really are and realized I’m using them wrong.
Blend trees are used to combine animations. I should be using a simple animation state machine. Gonna power through an animation tutorial to clear up any other misconceptions.
Up next: Animation tutorials and continue updating movement system