Flying Sweden [uDG 2011]
(Aug 26, 2011 08:26 AM)funkboy Wrote: I think a brief tutorial on how to make Unity work well for a 2D game would be a seriously interesting article.
I'd love to do that (or see that done). I'll definitely include what I've learned about making 2D games using Unity in my postmortem.
There are several extensions (purchasable on Unity's Asset Store) which help out quite a bit in this department. The most notable are Sprite Manager 2 and 2D Toolkit (I use 2D Toolkit). Both of these will automatically generate sprite atlases for you, handle sprite animation, and efficiently batch your sprites when rendering. They both also support pixel-perfect sprite drawing from either a perspective or orthographic camera. 2D Toolkit also supports bitmap fonts in several popular formats.
Beyond authoring and drawing the sprites on the screen, you can make a 2D game with Unity in much the same way you'd make any other Unity game. As I mentioned in an earlier post, doing tile-based sprite games would require some extensions to the Unity editor to make map authoring practical, but this is still probably easier than writing an editor from scratch. You could also write a custom asset importer that handles files from Tiled or something similar.
Will Miller | Lead Designer | Firaxis Games
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Kung Fu Killforce [uDG 2011] | JustinFic | 34 | 27,815 |
Jan 14, 2012 12:49 PM Last Post: skyhawk |
|
| Your Story [uDG 2011] | maximile | 64 | 39,406 |
Oct 25, 2011 07:13 AM Last Post: Skorche |
|
| uDevGames 2011 - Updates | SethWillits | 47 | 21,972 |
Oct 19, 2011 05:09 AM Last Post: Carlos Camacho |
|
| Same/Sane [uDG 2011] | revelation | 17 | 13,784 |
Oct 18, 2011 12:03 PM Last Post: SethWillits |
|
| Leader of Mans [uDG 2011] | AndyKorth | 48 | 26,993 |
Oct 17, 2011 03:11 PM Last Post: AndyKorth |
|

