Forum rules - please read before posting.

Player walks backwards

Here is the video:
https://monosnap.com/file/EMPFuwG58km20GgB3RE0rl4cQpFsc2
"Turn before walking" didn't help. What can cause such behaviour?

Comments

  • The "Turn before walking?" option is unrelated. This is to do with how your character's various facing directions are set up. Since it doesn't look like you have an "up" walking animation, it's having trouble deciding which one to play as he walks up the stairs.

    What "Animation engine" is he using? Sprites Unity or Sprites Unity Complex?

    With Sprites Unity, you can set his Facing directions field to Custom and explicitly define which directions he can face (e.g. Left and Right only)

    With Sprites Unity Complex, you can configure your Animator to only change his animation if his "Direction integer" parameter is equal to 1 (left) or 2 (right).

  • It helped! Thanks a lot.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.