2D game using Unity 3D?

I was just wondering, can you make a 2D game on Unity 3D (using 2 sprites and all, no 3D objects)? If so, are there any tutorials on this? I’ve been Googling around, and no luck so far.

Any help is appreciated. Thanks in advance.

Take another look around here on the forums this topic has been covered a few times already. In short, yes, you can definitely make 2D games in Unity if you’d like. Doing it purely sprite based is going to be a bit tougher as our GUI system isn’t really optimized in terms of workflow for that. You can and should also consider using 3D objects, even if their just flat planes with an orthogonal camera.

Examples:

Rasta Monkey
Paper Moon
Tumbledrop

Are there tutorials on this? No, not yet AFAIK (at least none that we provide).

Yes, and yes. I actually made a tutorial on the subject that you can purchase at Unity-tutorials.com.

I also made a quickie that takes a look at how to make a sprite sheet work with Unity that you can watch on youtube: http://www.youtube.com/watch?v=igxi8d2f5bc

Duly noted, I wasn’t aware that your site had one, good on ya!