Possible To Have 2D & 3D Content

Here’s another simple, yet impossible question for everyone! :wink:

If I used the the side-scroller platform for a 2D game segment and created a 3D segment would it be possible to implement both segments into a single game? I’d say 65% of the game will be 2D and the rest 3D consisting of 2 maps (or worlds).

Thanks!

The only thing that really defines the difference between 2D and 3D is the camera. Orthographic shows only 2D, while perspective shows 3D.

Placing 2D actors such as sprites in world does not make your project 2D. You’re still working with 3D space.

Yeah, at Distful said, you can even change the camera in blueprint between a perspective and a orthographic.

Okay, thanks for the help.