I’m trying to figure out how I can keep the camera visible in the scene without it having to be selected in hierarchy. Can this be done? Please and thanks for the help
I don’t think you can do it without scripting.
You can implement a script which renders camera in OnDrawGizmos - this way it will be visible all the time.