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.
  • Are you using the tutorial assets or your own?
    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).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Yes, I am using the tutorial assets.
    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
  • Did you set the Update Mode in your combatant's prefab to Fixed Update? See the player setup tutorial for details.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Yes, i set the update mode in Fixed Update.

    https://postimg.cc/MvBQyBm1
  • Hm, all looks to be in order ... my last guess would be the overall 2D settings not being set, see this part of the tutorial.

    If that's also correct, I'd need a Unity test project to check what's going on.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • It finally works!
    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!
Sign In or Register to comment.