Hello
Can you please assist me with how to write a simple script so that my W-A-S-D keys are always going same direction?
I have a third person character controller with its own camera system. I use the WASD keys and it works as intended, so when pressing the “W” key he moves in the forwasrd / z direction.
I have a car system as well which uses its own camera system and when i have that specific gameobject with its camera system on, then my WASD are going the opposite directions…
Hope it makes sence…