The animation tree only reproduces one animation direction

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Luk

The animation tree only plays one animation out of the eight “walking” and “idle” animations
The error is probably in the code, but I’m just learning and I don’t know where





:bust_in_silhouette: Reply From: davidoc

You are multiplying the velocity by 200, you need to be positive the parameter you are passing to the set function is in the range you defined (using a normalized vector should do it)