Layer 2d Image over 3d Model

Hello,

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?

I didnt find anything in google.

That Gray Dialogue Box should be over the model.

Thank you all!

Look up how to create GUI elements with Unity.

Youll probably want a GUI canvas with screenspace overlay.

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.

Nevermind, i did find it out. You have to make 2 Cameras while the one Camera just capture the Dialogue and Stack over the Base Camera.

Closed

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.