I am not sure if this is in the right topic. But I currently making a Visual Novel with 3d Models. I need to layer a 2d Image (The Dialogue Box) over the 3d Model. How can I make that?
Well the Problem is I also created Canvas, but I dont understand how to make them appear first layer over the model. As you see in the screenshot from my unity.
Setting up a second camera should not be necessary if you set the render mode of your canvas to “screen space overlay”. That tells the UI system that you want the Canvas and all of its children drawn on the screen on top of everything else that’s rendered.