Paper2D character is permanently rotated to the right after D is pressed

Hi, I’m pretty new to Unreal Engine and I’m working on my 2D platform game. I am currently facing problems with player movement. When I press A the player goes to the left, when I press D the player goes to the right. The problem is that after pressing D, it stays turned to the right side. It only turns to the left if I press A, but as soon as the player stops doing it, the character turns back to the right. Like it’s some default position that becomes default when D is pressed
As you can see in my screenshot, I had some problems with movement too - there was only InputAxis Move Right in the tutorial and player moved correctly to the left and right. But in my case I have to add also InputAxis Move Left. Is it possible that this is core of my problem?



Do you have another Idle Animation that has the char facing left?

No, not right now. There is only one used all the time

I was blind - it was mistake in project input settings

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.