Hi,
I’m thinking about using the SpriteManager http://www.unifycommunity.com/wiki/index.php?title=SpriteManager and before starting to work with it, I have some questions:
I have a texture that includes all the graphics for the hud as well as numbers and letters. For every hud element a Sprite is created. As a result I have several sprites for my hud. Is it possible to “combine” these sprites to one sprite and store them as a Texture2D?
I’d be thankful for every hint!