Hello everyone.
I'm doing the 2D RPG Quickstart tutorial and in the 02 Player Setup section the animations are not working correctly.
The character moves correctly in all 4 directions but the animation only runs when walking to the right.
I've checked everything twice in case I missed something but everything is the same as in the tutorial.
Does anyone know what the reason could be?
Thank you very much.
In case you use the tutorial assets, make sure the animation setup in ORK is correct, especially the speed/direction forwarding to the animator controller parameters (see here).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
I were repeat the the tutorial step by step and at final i have the same problem.
These are a screenshots of the Makinom.
https://postimg.cc/QF4mS2T7
https://postimg.cc/1g8HdvGj
https://postimg.cc/Z9Xcz6jK
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
https://postimg.cc/MvBQyBm1
If that's also correct, I'd need a Unity test project to check what's going on.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
In the end the problem was that in "Deafult Horizontal Plane" I didn't change to XY (I swear I did because I followed the steps of the initial configuration and everything else was correct).
I had also added the "Face Camera" component to the base of the prefab and not to the Sprite.
Thanks a lot for the help!