Hi, developers. As a beginner, I rushed into some problems when dealing with the 2D BlendSpace.There is the Description: I set a Blendspace from -180 to 180 direction, and from -180 to 180 there are 5 Nodes——Walk_Back,Walk_Right, Walk_Forward, Walk_Left,Walk_Back.
However, I find when I press the A key to walk left and then press D key to walk right immediately, I have to walk forward first then walk right, It’s very strange, because I expect to walk right as soon as possible, Is there any way just like state machine, I can jump to moving right directly from moving left smoothly.
The same thing keeps happening when it comes to move backward, some times I even have to go through serveral states from the “Left Backward” to the “Right Backward”, which leads to some crazy jerk.
This problem is really drive me mad and I dont know how to config it.