Sprites?

Question? Does unity support “sprites”?

I’ve been working on a gam"design" for quite some time now. And I’m wondering if unity supports, animated character sprites, over 3D backgrounds?

If some one can let me know, or if someone has done this… better yet :)…

let me know…

thanks!

Well not support natively, but you can easily implement it your self or look at the wiki there are sprite animation scripts present there.

A “sprite” in Unity is just a texture on a plane, so yep, you can do that. Either use GUITextures or just use a simple plane as a 3D object (like I did with this).

–Eric