Hi im looking for a way to create a 2d game for iOS ive looked into unity and it looks great but looks like its more directed to 3d games, Is it wise to make a 2d game with unity? or will I have to be constantly using workarounds just to get basic things working?
ps: any working 2d games made with unity for iphone?
unity works fine for 2d games, you can set up orthographic camera’s sprite sheets and everything, the link below will take you to a 2d mario game so you can learn what you need to do if you don’t already know 2dmario game
Unity has countless ways to make 2D and 3D games/apps. Definitely. Simply set an orthographic view for the camera and place upright flat objects in its view. You could even use 3D objects in a 2D format. If youre willing to cough up the change, Id recommend using RageSpline. Its designed to help 2D creation. It has a lot of cool options to make a 2D more fun with vectors.