Hello,
So my goal is to make a small isometric ARPG, I’m using W A S D for now, but will use a controller as well.
However, the inputs for forward, back, left and right are being miss-aligned as the player camera is angled 45 degrees towards the player.
Meaning, if I hit W, the character moves as if I was pressing W+A.
Attaching a small image showcasing my issue, and the desired outcome.
Right now, W A S D moves the character in the RED directions - I want it to move the character in the BLUE directions.
I’ve tried to find a way to offset these inputs with 45 degrees or manipulate the input values with modifiers, but haven’t found anything that works.
Any idea of how I could solve this issue?
Thank you!
