I want to control 2 Object with 1 stick for each in a 2D environment.
First I tried to code the movement with the left stick and it’s working fine. And I try with the right stick and it’s really Weird:
When I pushing left it’s going down, when I pushing Up it’s going right, when I pushing right it’s going right and a little down, and whe I pushing Down it’s going down and a little right.
I don’t understand why it’s acting like that. Is someone as an Idea.
Thank you for your answers.
I fixed it, I just started a new clean project, since I wanted it to be a 2D Game I used the orthographic camera instead of putting it on the top view, and the right thumbstick is working perfectly.