Using multiple cameras

Hello,

I hope someone could help me on this. I have 3 cameras on my scene:

  1. one that draws the HUD (orthographic) → Depth 2
  2. one draws the 3D stuff → Depth 1
  3. one that draws the background (orthographic) → Depth 0

I ordered the Depths of the cameras to see the scene properly ordered but I only get painted two of the 3 cameras. Am I missing something?

Thank you in advance.

Change what the top two clear to, so you can see the ones behind/under it, and the bottom most one set it to clear to Skybox.

Wooops done! Thank you a lot :slight_smile: