I ran into a problem that I don’t understand how Add movement input works.
Maybe I’m missing something.
I have decided that the management of the Move will be split. I removed the controls on W and S from IA_Move, instead I created a new IA on which these buttons are configured.
But I ran into such a problem that when moving to A and D, the character moves correctly from the left and, respectively, to the right. However, when moving up the stairs, both the W and S buttons are assigned to the ascent, and I can not solve the problem using the poke method in any way.
What could be the reason for this error or what is the solution to my idea?
If it’s important, I’m making a side scroller.