I have test project where I have a very simple level in 2D where a space ship fly’s around a cave system.
What I’m attempting to do is somehow with either Depth, Sorting, Render Pipelines, Texture Rendering or what every is the best way of having a 3D Camera overlay on the Black Areas with the blue scribbles or the filled parts of my cave system.
See pic below…
I need the 3D camera image to be displayed as one Rect. over the complete level, so almost like the grey areas are covering the 3D camera overlay. The grey area is in fact the background colour of the camera and will have parallax effects and stars etc. So I cannot just cover over the grey area to get the 3D camera effect i’m looking for.
I’m sure there is a simple solution somewhere, I just cannot think of the correct phrase to put in to google.
So Summery
Black Area below should show a complete full size Rect of a 3D camera. That when zoomed in using my 2D camera should be able to move around the cave system and still see the 3D camera effect and any Parallax background detail in the Grey areas.
Thanks John