Unity How do I make something 3D in 2D games?

Hello!

I'm currently programming a 2D platformer game in Unity, but I want the level selection to be 3D. How do I do that? I mean, something 3D in 2D Unity.

I don't have to create a 3D project and then program everything like in 2D, right? Do I have to do this with different scenes? I'm not that familiar with Unity yet.

Thanks!

1 vote, average: 1.00 out of 1 (1 rating, 1 votes, rated)
You need to be a registered member to rate this.
Loading...
Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
havefunidont
2 years ago

You can also insert 3d objects in a project with the 2D template, just like a project with 3D template, you just have to make sure that the camera is not set to orthographic but perspective.