How to move the camera in the editor?

The camera in my game stays stationary for the entire game, and since most objects are coded to spawn in certain coordinates if I were to move them around I would have to manually change everything.

Your question isn’t clear. You’ll need to give more context of what are you trying to do exactly and what’s the problem (clear explanation, screenshots etc…)

You can center the camera on objects using events, and to move the camera, using a mouse you can zoom out, move your mouse then zoom in, it’ll zoom into where your mouse is.

What about moving the camera on the axis or turning the camera so that you can see if it looks good in the editor instead of having to go to preview?