I currently have two cameras in my scene. An orthographic camera for rendering 2d characters, and a perspective one for 3d scenery. The issue I am having is that no matter what I try, I cannot get both cameras to render to the sceen at once.
Does anyone have any suggestions on how to get this to work, or has anyone done it before.
I was having the same trouble. In addition to the Depth-only clear flags, make sure you set your rendering path to Forward or Vertex Lit. My overlay camera had a rendering path of Player Settings, and anything not rendered by the camera showed up black.