can we develop 2d games?

I was wondering that can we develop 2d games with UNITY?

Please search before you post!

1 Answer

1

If you mean 2D by 2D gameplay(side scrolling)then yes. If you mean also using 2D sprites, then yes to that too. Just restrict the usage of the Z axis, and only use the X/Y axis.
For sprites, I’d suggest scrolling through a texture on a plane, I’m not sure how’d you do that though.

Is there any 2d game sample available for learning purpose?