I was wondering that can we develop 2d games with UNITY?
1 Answer
1If 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.
Please search before you post!
– AVividLight