Making a 2d game with 3d help
I wanted to know how I would approach this making a game that is top down 2d but in a 3d platform. Here is an example of Enter the Gungeon: https://twitter.com/dodgerollgames/status/593625936131653632?lang=en How would I do this to get the 2d look for tilemap? Thanks for any reply's ( if I even get any ) :D
Answer by Rhombuster · Mar 30, 2017 at 04:38 PM
If the game is modeled in 3D you can use an orthographic camera type to remove the depth. Unity has this built in:
https://docs.unity3d.com/ScriptReference/Camera-orthographic.html
You just have to set it to true and it will make your game appear to be flat.
Your answer
Follow this Question
Related Questions
How can I flip from 2d to 3d in gameplay? 0 Answers
Objects respawn out of bond ? 2 Answers
Problem with Strings updatings on Gui 0 Answers
Light 2D and Performance issues 0 Answers
Fix soooo hight jump 1 Answer