Does anyone have 2D engine recommendations to mess around with for someone relatively comfortable with scripting? I've been looking at a few, and flixel is looking quite nice for now, but I'm hoping to find something along the lines of Unity. In particular, I really like the fact that Unity combines a drag and drop…
Unity is pretty good for both 3D and 2D development. If you are comfortable with scripting, you will be able to do pretty amazing things. For 2D, i recommend checking the following: http://forum.unity3d.com/viewtopic.php?t=8451 (originated from here) http://www.unifycommunity.com/wiki/index.php?title=SpriteManager…
I'd go for Flash. It's multi-platform, works in web browsers, no need for installers etc. Actionscript3 is a nice object-oriented language and there are some cool frameworks and custom classes like Box2D and Flixel. You can use flash authoring tool to design levels/create assets etc :) Learning actionscript is going to…