Render billboards in above and below 3D content
I have a 3D animation that plays when the user starts recording. When the animation finishes, I want to render 2 billboards: i) a screen capture of the camera that displays behind the 3D content and ii) a frame graphic that is overlaid in front of the 3D content (ideally, this would also have multiple nested sprite animations).
Using the technique described here, I've managed to get the screen capture billboard to display behind the content but so does the frame billboard (even when using a different orthographic camera). I need to ensure the frame is edge to edge so unfortunately, I cannot use a plain sprite.
Any advice would be very welcome.
-
Hey Andy,For the render order of the billboard, I've attached an example project here that sets up a series of cameras chained together (A behind ortho, a middle perspective, and a front ortho). Likely you were on the right track. The important thing here is to make sure that the objects you set for each camera have their render layer set correctly (which you can set in the top right corner of inspector).Let us know if you have any questions about this and we'd be happy to further assist.Cheers,KaitlynComment actions Permalink