Hacker News new | ask | show | jobs
by ousta 3980 days ago
time wise it adds the collision engine, the ease of compilation into Android Ios with a few clicks, and plus all the engine for animating sprites and viewing the changes live, the sound engine, the UI tools.

The goal of using unity for 2d projects is because it is faster, more user friendly and easier to work in team with designers than using pure open gl and libraries.

1 comments

Yes, the platform support and hot reloading are real nice. That's why so many teams have invested in Unity.

The collision engine is what I was referring to when I said it's not that huge of a thing to do your own Box2D integration, so I disagree that there's a huge value add there. Just drop in the same solution they dropped in.

And the sound tools, until very recently, were incredibly rudimentary. You'd have been just as well off tossing in OpenALSoft or rolling your own FMOD integration (at least then you could use the FMOD Studio tool). I'm grateful for the new Audio Mixer window.