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!
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.
Thank you.