Keep Camera Preview Active When Camera Not Selected in Hierarchy

Hey, folks-- how can I keep the camera preview active at all times so that when I’m positioning objects I can see how the camera sees them? Or is there a way to overlay an outline that shows the bounds of the camera in the scene view?

Thanks!
Bryan

1 Like

Grab the Game tab, and drag it away from the window. It will open in a window of its own. Position your windows however you need to in order to see everything you want to see at once.

(This is where two monitors really comes in handy!)

11 Likes

you can lock the inspector window on the camera (and make a new inspector to use normally)

5 Likes

I think the Game View is exactly what you are describing. It always shows what the camera sees. The camera view is just a smaller window of the Game View. Maybe I’m misunderstanding your question because the Game View is a default view in the editor and I’m sure you know that it exists.

thanks

1 Like

If anyone has this same issue, where you created a new camera that you want to see the outline of, if you give the camera the tag MainCamera then it stays visible. This only works for the first camera that has this tag though so if you still have the main camera in the scene you will have to remove the tag from it first and then add it to your new camera

thanks