Need tips: Combine 2D and 3D

I have not worked with the 2D part of Unity. But it does not look that hard to learn.
But what i am looking for is a way go create a 2D cutscene when a special event happends in the 3D enviorment.

Think of it like the game pokemon. The 3D enviorment when you run around and the 2D when it is battle.
How should i create this 2D enviorment. Should i just use 2D images on planes or is there another way to combine 2D and 3D in the same scene. (Like different cameras)

Any tips that could help me with this is viable and i thank you for it.

I guess 2 cameras is the easy way, one for 3d and another for 2d. the 2d could also draw on top of the 3d if you set the camera to not ‘clear’ any buffers.

1 Like