How to simply move the camera in scene view

I must be missing something very basic here. I have created a simple state driven camera system that works just as I would want it to… Until I have a scene that starts anywhere besides 0,0,-10.

The main camera will not allow me to reposition it. I can only reposition the other VCs, however when I start the game, the main camera then moves to the character I set it to follow, and the VCs retain the offset I created when I moved them. This means the the game view is off looking at something other than the character.

Only things I could find with a quick google search was people needing to move it via script, I just want to move it via the editor to the spot I intend the scene to start in.

Below is a snip of how I have them laid out. Thanks all in advance!

image