- Home /
Question by
RoR · Oct 27, 2010 at 09:30 AM ·
2dside-scrolling
GamePlay Question
Mechanic Question
How do I go bout a 2d side scroller game? Like old school contra? Or like a metal slug ?
Do I just adjust the camera to a side view of the hero and have the camera follow here through 2d space?
Can any elaborate or point me in the right direction? thank you. logic or advice. thanks.
Comment
Best Answer
Answer by HolBol · Oct 27, 2010 at 10:54 AM
make an orthographic camera, put it to the side of the player and make the player it's parent. Then you'll need a movement script for the player, but this way the camera will move completely with the player, no smoothness.
Your answer
Follow this Question
Related Questions
Unity scene empty but game still runs (beginner) 1 Answer
2D Animation does not start 1 Answer
Entering 2D Buildings? 2 Answers