Hey Guys,
I would like to create a menu item from an image with some text on it. Image is a button and I have to write the name of the player on the button, so I presume I have to use both MenuItemImage and MenuItemFont.
Maybe I can create an AtlasSprite using both image and text on it and then us MenuItemAtlasSprite object? If so how can I create that composite image ?
What is the recommended way to achieve this piece of functionality ?
Thanks Jugs