In all of my past Unity projects, I have set up my scenes with 2 cameras:
-
Main camera to render character, environments and other effects
-
GUI camera that only renders the UI
For the GUI camera, I was able to set the clear flag to “depth only” which would allow the camera to show the UI elements without interfering with the main camera.
I am now getting ready to start a new project in 2019.1 b9 (latest beta at this time) with the Low Render pipeline. I cannot find the option to set my GUI camera to depth only. The only options are: Skybox, Solid Color and a new option called Don’t Care… Am I missing something?