Hey! At the moment I have a Camera facing 45 Degrees down as a sort of overview, I had it translating via the World coordinates and it was working fine until I rotated it left 90 degrees, and the forward translation moved it along the same axis.
I then guessed I would have to use the Local coordinate system which works, but the only problem is due to the 45 Degree tilt it moves forward into the ground.
A way I can see this working is by setting the rotation to 0 degrees, moving the camera and then setting the rotation back to 45 degrees. Though this seems a bit too hacky, is there another way to do this using some sort of scripting?